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/c/ppp_input_event.h | |
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/c/ppp_input_event.h')
-rw-r--r-- | ppapi/c/ppp_input_event.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |