diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 18:36:06 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 18:36:06 +0000 |
commit | bfab6da4e76ab8387a1d121edde9679f2dce39c5 (patch) | |
tree | f18614a2c5a34c6c8d905b14d681733c5ad04855 /ppapi/api | |
parent | 4fb2e5cce67cbec22197dfa0397b523c2d2d8019 (diff) | |
download | chromium_src-bfab6da4e76ab8387a1d121edde9679f2dce39c5.zip chromium_src-bfab6da4e76ab8387a1d121edde9679f2dce39c5.tar.gz chromium_src-bfab6da4e76ab8387a1d121edde9679f2dce39c5.tar.bz2 |
Some minor doc changes
Review URL: http://codereview.chromium.org/7650020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api')
-rw-r--r-- | ppapi/api/ppb.idl | 4 | ||||
-rw-r--r-- | ppapi/api/ppp_input_event.idl | 2 |
2 files changed, 3 insertions, 3 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 { |