From 53db8f33d4a0d04db57d546654fa07a2a17157d4 Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Sat, 30 Apr 2005 08:09:18 -0700
Subject: [PATCH] [svn] Typo fix in comment.

---
 src/ptimer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ptimer.c b/src/ptimer.c
index 52b8111e..ebfdf5a0 100644
--- a/src/ptimer.c
+++ b/src/ptimer.c
@@ -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>