summaryrefslogtreecommitdiffstats
path: root/base/gfx/font_utils.h
diff options
context:
space:
mode:
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);