Fix typo.

This commit is contained in:
Corinna Vinschen 2006-03-13 11:25:07 +00:00
parent 75c7893797
commit d6382e653a
1 changed files with 1 additions and 1 deletions

View File

@ -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>