summaryrefslogtreecommitdiff
path: root/src/fontfile/fontdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontfile/fontdir.c')
-rw-r--r--src/fontfile/fontdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontfile/fontdir.c b/src/fontfile/fontdir.c
index c8a6a0e..c63a245 100644
--- a/src/fontfile/fontdir.c
+++ b/src/fontfile/fontdir.c
@@ -115,7 +115,7 @@ FontFileMakeDir(const char *dirName, int size)
#if !defined(WIN32)
attrib = strchr(dirName, ':');
#else
- /* OS/2 uses the colon in the drive letter descriptor, skip this */
+ /* WIN32 uses the colon in the drive letter descriptor, skip this */
attrib = strchr(dirName+2, ':');
#endif
if (attrib) {