OSDN Git Service

* ntdll.h: Fix typo.
authorcgf <cgf>
Mon, 13 Jan 2003 03:54:59 +0000 (03:54 +0000)
committercgf <cgf>
Mon, 13 Jan 2003 03:54:59 +0000 (03:54 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/ntdll.h

index 2f4a0a4..743a376 100644 (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.
index 00a0ac7..0d09026 100644 (file)
@@ -333,7 +333,7 @@ typedef enum _MEMORY_INFORMATION_CLASS
   MemoryBasicInformation,
   MemoryWorkingSetList,
   MemorySectionName,
-  MemoryBaiscVlmInformation
+  MemoryBasicVlmInformation
 } MEMORY_INFORMATION_CLASS;
 
 typedef struct _MEMORY_WORKING_SET_LIST