diff options
-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 |