fixed typo

svn path=/trunk/; revision=11546
This commit is contained in:
Thomas Bluemel 2004-11-05 22:47:02 +00:00
parent 2296e99d56
commit 2b4a515e61

View file

@ -50,7 +50,7 @@ typedef struct _PROCESS_MEMORY_COUNTERS {
DWORD PeakPagefileUsage;
} PROCESS_MEMORY_COUNTERS,*PPROCESS_MEMORY_COUNTERS;
typedef struct _PERFORMACE_INFORMATION {
typedef struct _PERFORMANCE_INFORMATION {
DWORD cb;
SIZE_T CommitTotal;
SIZE_T CommitLimit;