* ntdll.h: Fix typo.

This commit is contained in:
Christopher Faylor 2003-01-13 03:55:00 +00:00
parent 7f129d8753
commit 9f0d3f37f3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-01-12 Christopher Faylor <cgf@redhat.com>
* ntdll.h: Fix typo.
2003-01-12 Corinna Vinschen <corinna@vinschen.de>
* uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.

View File

@ -333,7 +333,7 @@ typedef enum _MEMORY_INFORMATION_CLASS
MemoryBasicInformation,
MemoryWorkingSetList,
MemorySectionName,
MemoryBaiscVlmInformation
MemoryBasicVlmInformation
} MEMORY_INFORMATION_CLASS;
typedef struct _MEMORY_WORKING_SET_LIST