]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 28 May 2008 08:10:37 +0000 (08:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 28 May 2008 08:10:37 +0000 (08:10 +0000)
src/w32fns.c

index 9805afd119ac3bd4893a8d08efcfd591870ef84d..b18a1233b8a3ec6402f9e6e6443c5e64d8f5efdd 100644 (file)
@@ -5584,7 +5584,7 @@ w32_to_x_font (lplogfont, lpxstr, len, specific_charset)
       strcpy (height_dpi, "*");
     }
 
-#if 0 /* Never put the width in the xfld. It fails on fonts with
+#if 0 /* Never put the width in the xlfd. It fails on fonts with
         double-width characters.  */
   if (lplogfont->lfWidth)
     sprintf (width_pixels, "%u", lplogfont->lfWidth * 10);