From 1c261116d9e980534c21faec8ea440669026942e Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Fri, 9 May 2014 14:11:19 +0000 Subject: Fix typo in SkFontHost_win.cpp in comment. We want the 'size', not the 'side'. git-svn-id: http://skia.googlecode.com/svn/trunk@14667 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/ports/SkFontHost_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ports') diff --git a/src/ports/SkFontHost_win.cpp b/src/ports/SkFontHost_win.cpp index 47a29c0024..c51a56bf3b 100755 --- a/src/ports/SkFontHost_win.cpp +++ b/src/ports/SkFontHost_win.cpp @@ -646,7 +646,7 @@ SkScalerContext_GDI::SkScalerContext_GDI(SkTypeface* rawTypeface, GA.preConcat(A); // realTextSize is the actual device size we want (as opposed to the size the user requested). - // gdiTextSide is the size we request from GDI. + // gdiTextSize is the size we request from GDI. // If the scale is negative, this means the matrix will do the flip anyway. SkScalar realTextSize = SkScalarAbs(GA.get(SkMatrix::kMScaleY)); SkScalar gdiTextSize = SkScalarRoundToScalar(realTextSize); -- cgit v1.2.3