summaryrefslogtreecommitdiff
path: root/vcnet
diff options
context:
space:
mode:
Diffstat (limited to 'vcnet')
-rw-r--r--vcnet/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcnet/config.h b/vcnet/config.h
index d7b62d65e..a93131e1a 100644
--- a/vcnet/config.h
+++ b/vcnet/config.h
@@ -48,8 +48,8 @@
/*
- * Map the POSIX strcasecmp() and strncasecmp() functions to the Win32 _stricmp()
- * and _strnicmp() functions...
+ * Map the POSIX strcasecmp() and strncasecmp() functions to the Win32
+ * _stricmp() and _strnicmp() functions...
*/
#define strcasecmp _stricmp