Merge from Chromium at DEPS revision r198571

This commit was generated by merge_to_master.py.

Change-Id: I951118a03836157090561764dd2627f0add8118f
diff --git a/ppapi/c/ppb_gamepad.h b/ppapi/c/ppb_gamepad.h
index 6726568..4beb9b8 100644
--- a/ppapi/c/ppb_gamepad.h
+++ b/ppapi/c/ppb_gamepad.h
@@ -3,7 +3,7 @@
  * found in the LICENSE file.
  */
 
-/* From ppb_gamepad.idl modified Thu Mar  1 11:41:21 2012. */
+/* From ppb_gamepad.idl modified Tue Apr 16 09:04:34 2013. */
 
 #ifndef PPAPI_C_PPB_GAMEPAD_H_
 #define PPAPI_C_PPB_GAMEPAD_H_
@@ -98,7 +98,7 @@
  */
 struct PPB_Gamepad_1_0 {
   /**
-   * Samples the current state of the connected gamepads.
+   * Samples the current state of the available gamepads.
    */
   void (*Sample)(PP_Instance instance, struct PP_GamepadsSampleData* data);
 };