diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 00:10:40 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 00:10:40 +0000 |
commit | 0146711d88cd3a80f802004e00198fc5ec6a1bcd (patch) | |
tree | 2ab4506c90ab56498dcceb70187042980963f42a /gfx | |
parent | 02ecbca18ee8adfdfcfca2c997d72b063288403c (diff) | |
download | chromium_src-0146711d88cd3a80f802004e00198fc5ec6a1bcd.zip chromium_src-0146711d88cd3a80f802004e00198fc5ec6a1bcd.tar.gz chromium_src-0146711d88cd3a80f802004e00198fc5ec6a1bcd.tar.bz2 |
Cleanup: fix some comments
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6225004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/icon_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/icon_util.h b/gfx/icon_util.h index 19d0a5f..9f07b8d 100644 --- a/gfx/icon_util.h +++ b/gfx/icon_util.h @@ -51,7 +51,7 @@ class SkBitmap; class IconUtil { public: // Given an SkBitmap object, the function converts the bitmap to a Windows - // icon and returns the corresponding HICON handle. If the function can not + // icon and returns the corresponding HICON handle. If the function cannot // convert the bitmap, NULL is returned. // // The client is responsible for destroying the icon when it is no longer @@ -61,7 +61,7 @@ class IconUtil { // Given a valid HICON handle representing an icon, this function converts // the icon into an SkBitmap object containing an ARGB bitmap using the // dimensions specified in |s|. |s| must specify valid dimensions (both - // width() an height() must be greater than zero). If the function can + // width() an height() must be greater than zero). If the function cannot // convert the icon to a bitmap (most probably due to an invalid parameter), // the return value is NULL. // |