summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-28 14:00:00 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-28 14:00:00 +0000
commit571fe6169fed59816435c48f607b78a314d920a9 (patch)
treedf907809bc9c7317e44543dabab0301e5bb50c15 /chrome/common
parent487ff42304814432908ec04461fabc1aeb7af430 (diff)
downloadchromium_src-571fe6169fed59816435c48f607b78a314d920a9.zip
chromium_src-571fe6169fed59816435c48f607b78a314d920a9.tar.gz
chromium_src-571fe6169fed59816435c48f607b78a314d920a9.tar.bz2
Correct a simple typo in chrome_font.h
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/gfx/chrome_font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/gfx/chrome_font.h b/chrome/common/gfx/chrome_font.h
index 9a4caa5..ad0fd8d 100644
--- a/chrome/common/gfx/chrome_font.h
+++ b/chrome/common/gfx/chrome_font.h
@@ -111,7 +111,7 @@ class ChromeFont {
// Chrome text drawing bottoms out in the Windows GDI functions that take an
// HFONT (an opaque handle into Windows). To avoid lots of GDI object
// allocation and destruction, ChromeFont indirectly refers to the HFONT
- // by way of an HFontRef. That is, every ChromeFront has an HFontRef, which
+ // by way of an HFontRef. That is, every ChromeFont has an HFontRef, which
// has an HFONT.
//
// HFontRef is reference counted. Upon deletion, it deletes the HFONT.