diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 16:00:38 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 16:00:38 +0000 |
commit | d324ab33283100c0800809b394cbde3dd1dcd801 (patch) | |
tree | da83b2b01f7346790f1cf426cf7f252fa6d30089 /base/gfx/platform_canvas_win.h | |
parent | 7cb98a23d0be29c2b5ceafa6f9e4b1d8e98cd282 (diff) | |
download | chromium_src-d324ab33283100c0800809b394cbde3dd1dcd801.zip chromium_src-d324ab33283100c0800809b394cbde3dd1dcd801.tar.gz chromium_src-d324ab33283100c0800809b394cbde3dd1dcd801.tar.bz2 |
Cleanup some comment typos.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx/platform_canvas_win.h')
-rw-r--r-- | base/gfx/platform_canvas_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/platform_canvas_win.h b/base/gfx/platform_canvas_win.h index ee87460..f8944d0 100644 --- a/base/gfx/platform_canvas_win.h +++ b/base/gfx/platform_canvas_win.h @@ -43,7 +43,7 @@ namespace gfx { class PlatformCanvasWin : public SkCanvas { public: // Set is_opaque if you are going to erase the bitmap and not use - // tranparency: this will enable some optimizations. The shared_section + // transparency: this will enable some optimizations. The shared_section // parameter is passed to gfx::PlatformDevice::create. See it for details. // // If you use the version with no arguments, you MUST call initialize() |