mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
fixed typo
svn path=/trunk/; revision=11546
This commit is contained in:
parent
2296e99d56
commit
2b4a515e61
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue