summaryrefslogtreecommitdiff
path: root/src/w32bdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32bdf.c')
-rw-r--r--src/w32bdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32bdf.c b/src/w32bdf.c
index b3df1645044..d2d33d72ca3 100644
--- a/src/w32bdf.c
+++ b/src/w32bdf.c
@@ -791,7 +791,7 @@ struct font_info *w32_load_bdf_font (struct frame *f, char *fontname,
return fontp;
}
-/* Check a file for an XFLD string describing it. */
+/* Check a file for an XLFD string describing it. */
int w32_BDF_to_x_font (char *file, char* xstr, int len)
{
HANDLE hfile, hfilemap;