Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-03-13 14:25:07 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-03-13 14:25:07 +0300
commitd6382e653ac71b77675d569c225640f5b2683058 (patch)
treeb855565c528647fbb17895997f91c92df6fe68af
parent75c7893797b0ddf33eb8c50f9e04034b465bdb4b (diff)
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 f84b3d9e8..61bdcc021 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -2,7 +2,7 @@
* autoload.cc (LoadDLLfuncNt): New define to wrap NT native functions.
Use for NT native functions throughout.
- * dtable.cc (handle_to_fn): Treate return value of NtQueryObject as
+ * dtable.cc (handle_to_fn): Treat return value of NtQueryObject as
NTSTATUS value.
2006-03-12 Christopher Faylor <cgf@timesys.com>