summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-08-15 19:43:59 +0000
committerChristopher Faylor <me@cgf.cx>2012-08-15 19:43:59 +0000
commit4e754267ed8993df41b1ef1abe5e851f54eb5ccc (patch)
tree1e098cd63535839b19607483552afda9b781268a
parent806e732c016ba1662c7a4fa0c5270195932b8474 (diff)
downloadcygnal-4e754267ed8993df41b1ef1abe5e851f54eb5ccc.tar.gz
cygnal-4e754267ed8993df41b1ef1abe5e851f54eb5ccc.tar.bz2
cygnal-4e754267ed8993df41b1ef1abe5e851f54eb5ccc.zip
fix typo
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b7eb5a98b..7a76bcc83 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -2,7 +2,7 @@
Rename cancelable_wait -> cygwait throughout.
* DevNotes: Add entry cgf-000015.
- * cygwait.h (cygwait): Don't allow an optional PLARGE_INTERGER
+ * cygwait.h (cygwait): Don't allow an optional PLARGE_INTEGER
argument.
2012-08-15 Christopher Faylor <me.cygwin2012@cgf.cx>