diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-31 20:34:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-31 20:34:24 +0000 |
commit | f96fadc0745d6b5f676e2c728c0e039f53dc041e (patch) | |
tree | 91ffde080db94bd3e86fc7cc6b05de6c361f96ec /lib | |
parent | f6b1173437780b01696820957c5eef0d7f729e7a (diff) |
fixed bad comment, pointed out by Marcelo Juchem
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index a7df3fcda..af8715fc1 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -60,7 +60,7 @@ WINDOWS_SDK_PATH = "C:\Program Files\Microsoft SDK" !ENDIF
!ENDIF
-Use the high resolution time by default. Comment this out to use low
+# Use the high resolution time by default. Comment this out to use low
# resolution time and not require winmm.lib
USEMM_LIBS = YES
|