From: Corinna Vinschen Date: Mon, 13 Mar 2006 11:25:07 +0000 (+0000) Subject: Fix typo. X-Git-Tag: newlib-csl-20060320-branchpoint~23 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d6382e653ac71b77675d569c225640f5b2683058;p=newlib-cygwin.git Fix typo. --- 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