diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/gfx/chrome_font.h | 2 |
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. |