]> sjero.net Git - wget/blobdiff - src/ptimer.c
[svn] Typo fix in comment.
[wget] / src / ptimer.c
index 52b8111eb483b663f6c7e3bb8e111195a02feea4..ebfdf5a09779f11338c1498e63dd353ca2bbdc76 100644 (file)
@@ -66,8 +66,8 @@ so, delete this exception statement from your version.  */
 #endif
 #include <assert.h>
 
-/* Cygwin currently (as of 2005-04-08, Cygwin 1.5.14) lack clock_getres,
-   but still define _POSIX_TIMERS!  Because of that we simply use the
+/* Cygwin currently (as of 2005-04-08, Cygwin 1.5.14) lacks clock_getres,
+   but still defines _POSIX_TIMERS!  Because of that we simply use the
    Windows timers under Cygwin.  */
 #ifdef __CYGWIN__
 # include <windows.h>