summaryrefslogtreecommitdiffstats
path: root/base/gfx/font_utils.h
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-18 16:00:38 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-18 16:00:38 +0000
commitd324ab33283100c0800809b394cbde3dd1dcd801 (patch)
treeda83b2b01f7346790f1cf426cf7f252fa6d30089 /base/gfx/font_utils.h
parent7cb98a23d0be29c2b5ceafa6f9e4b1d8e98cd282 (diff)
downloadchromium_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/font_utils.h')
-rw-r--r--base/gfx/font_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/font_utils.h b/base/gfx/font_utils.h
index 2e8a6fc..6945c0d 100644
--- a/base/gfx/font_utils.h
+++ b/base/gfx/font_utils.h
@@ -55,7 +55,7 @@ enum GenericFamilyType {
};
// Return a font family that supports a script and belongs to |generic| font family.
-// It can retun NULL and a caller has to implement its own fallback.
+// It can return NULL and a caller has to implement its own fallback.
const wchar_t* GetFontFamilyForScript(UScriptCode script,
GenericFamilyType generic);