From: Juanma Barranquero Date: Wed, 28 May 2008 08:10:37 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-23.0.90~5253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45c420d68fca08e6a7784022bd9443ba4d784f6e;p=emacs.git Fix typo in comment. --- diff --git a/src/w32fns.c b/src/w32fns.c index 9805afd119a..b18a1233b8a 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -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);