summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ppapi/api/ppb.idl4
-rw-r--r--ppapi/api/ppp_input_event.idl2
-rw-r--r--ppapi/c/ppb.h6
-rw-r--r--ppapi/c/ppp_input_event.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/ppapi/api/ppb.idl b/ppapi/api/ppb.idl
index 4d4835b6..a303127 100644
--- a/ppapi/api/ppb.idl
+++ b/ppapi/api/ppb.idl
@@ -19,8 +19,8 @@
* <code>ppb.audio.h</code> or
* <code>PPB_GRAPHICS_2D_INTERFACE</code> in <code>ppb_graphics_2d.h</code>.
* Click
- * <a href="/chrome/nativeclient/docs/reference/pepperc/
- * globals_defs.html" title="macros">here</a> for a complete list of interface
+ * <a href="/chrome/nativeclient/docs/reference/pepperc/globals_defs.html"
+ * title="macros">here</a> for a complete list of interface
* names.
*
* This value will be NULL if the interface is not supported on the browser.
diff --git a/ppapi/api/ppp_input_event.idl b/ppapi/api/ppp_input_event.idl
index 41af2ad..5f21d9e 100644
--- a/ppapi/api/ppp_input_event.idl
+++ b/ppapi/api/ppp_input_event.idl
@@ -4,7 +4,7 @@
*/
/**
- * This file defines the API for receiving input events form the browser.
+ * This file defines the API for receiving input events from the browser.
*/
label Chrome {
diff --git a/ppapi/c/ppb.h b/ppapi/c/ppb.h
index c3109d9..1df04c0 100644
--- a/ppapi/c/ppb.h
+++ b/ppapi/c/ppb.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb.idl modified Sat Jul 16 16:50:26 2011. */
+/* From ppb.idl modified Fri Aug 12 10:40:59 2011. */
#ifndef PPAPI_C_PPB_H_
#define PPAPI_C_PPB_H_
@@ -33,8 +33,8 @@
* <code>ppb.audio.h</code> or
* <code>PPB_GRAPHICS_2D_INTERFACE</code> in <code>ppb_graphics_2d.h</code>.
* Click
- * <a href="/chrome/nativeclient/docs/reference/pepperc/
- * globals_defs.html" title="macros">here</a> for a complete list of interface
+ * <a href="/chrome/nativeclient/docs/reference/pepperc/globals_defs.html"
+ * title="macros">here</a> for a complete list of interface
* names.
*
* This value will be NULL if the interface is not supported on the browser.
diff --git a/ppapi/c/ppp_input_event.h b/ppapi/c/ppp_input_event.h
index 6429207..dec8f23 100644
--- a/ppapi/c/ppp_input_event.h
+++ b/ppapi/c/ppp_input_event.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppp_input_event.idl modified Wed Jul 20 11:12:41 2011. */
+/* From ppp_input_event.idl modified Thu Aug 11 16:06:41 2011. */
#ifndef PPAPI_C_PPP_INPUT_EVENT_H_
#define PPAPI_C_PPP_INPUT_EVENT_H_
@@ -16,7 +16,7 @@
/**
* @file
- * This file defines the API for receiving input events form the browser.
+ * This file defines the API for receiving input events from the browser.
*/