diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-13 03:55:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-13 03:55:00 +0000 |
commit | 9f0d3f37f3177fa32286c101aeb0cab9cf6e790a (patch) | |
tree | 8bab506905e837e1b28c767641ba8864b8388441 /winsup/cygwin/ntdll.h | |
parent | 7f129d875350e826a8a7be1de8d07b302d511cba (diff) | |
download | cygnal-9f0d3f37f3177fa32286c101aeb0cab9cf6e790a.tar.gz cygnal-9f0d3f37f3177fa32286c101aeb0cab9cf6e790a.tar.bz2 cygnal-9f0d3f37f3177fa32286c101aeb0cab9cf6e790a.zip |
* ntdll.h: Fix typo.
Diffstat (limited to 'winsup/cygwin/ntdll.h')
-rw-r--r-- | winsup/cygwin/ntdll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index 00a0ac717..0d0902675 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -333,7 +333,7 @@ typedef enum _MEMORY_INFORMATION_CLASS MemoryBasicInformation, MemoryWorkingSetList, MemorySectionName, - MemoryBaiscVlmInformation + MemoryBasicVlmInformation } MEMORY_INFORMATION_CLASS; typedef struct _MEMORY_WORKING_SET_LIST |