Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-13 06:55:00 +0300
committerChristopher Faylor <me@cgf.cx>2003-01-13 06:55:00 +0300
commit9f0d3f37f3177fa32286c101aeb0cab9cf6e790a (patch)
tree8bab506905e837e1b28c767641ba8864b8388441
parent7f129d875350e826a8a7be1de8d07b302d511cba (diff)
* ntdll.h: Fix typo.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/ntdll.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2f4a0a4bd..743a37657 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
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