diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 15:13:55 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 15:13:55 +0000 |
commit | 09f60ec6a62c1d3335275807224bbe3a24a785c5 (patch) | |
tree | e6389e71fe22e91aafcfe15d10390987701d378a /ppapi | |
parent | cf38722ad5bf42e271daf44fba01e6ab0cb1ba47 (diff) | |
download | chromium_src-09f60ec6a62c1d3335275807224bbe3a24a785c5.zip chromium_src-09f60ec6a62c1d3335275807224bbe3a24a785c5.tar.gz chromium_src-09f60ec6a62c1d3335275807224bbe3a24a785c5.tar.bz2 |
Review URL: http://codereview.chromium.org/6893138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/c/pp_size.h | 4 | ||||
-rw-r--r-- | ppapi/c/ppp_instance.h | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ppapi/c/pp_size.h b/ppapi/c/pp_size.h index be84040..712c204 100644 --- a/ppapi/c/pp_size.h +++ b/ppapi/c/pp_size.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium Authors. All rights reserved. +/* Copyright (c) 2011 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ @@ -7,7 +7,7 @@ /** * @file - * This file defines the width and height of a 2 dimenstional rectangle. + * This file defines the width and height of a 2 dimensional rectangle. */ #include "ppapi/c/pp_macros.h" diff --git a/ppapi/c/ppp_instance.h b/ppapi/c/ppp_instance.h index 99b3cc3..b0f2f30 100644 --- a/ppapi/c/ppp_instance.h +++ b/ppapi/c/ppp_instance.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium Authors. All rights reserved. +/* Copyright (c) 2011 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ @@ -17,9 +17,8 @@ struct PP_Var; /** * @file - * This file defines the PPP_Instance structure - a series of points to methods - * that you must implement in your model. - * + * This file defines the PPP_Instance structure - a series of pointers to + * methods that you must implement in your module. */ /** @addtogroup Interfaces |