mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
taskmgr: Fix spelling of the SYSTEM_PERFORMANCE_INFORMATION.MmTotalCommittedPages field.
This commit is contained in:
parent
9efb7b71ba
commit
db05fe33a2
@ -678,7 +678,7 @@ ULONG PerfDataGetCommitChargeTotalK(void)
|
||||
|
||||
EnterCriticalSection(&PerfDataCriticalSection);
|
||||
|
||||
Total = SystemPerfInfo.MmTotalCommitedPages;
|
||||
Total = SystemPerfInfo.MmTotalCommittedPages;
|
||||
PageSize = SystemBasicInfo.uPageSize;
|
||||
|
||||
LeaveCriticalSection(&PerfDataCriticalSection);
|
||||
|
@ -183,7 +183,7 @@ typedef struct _SYSTEM_PERFORMANCE_INFORMATION
|
||||
ULONG IoWriteOperationCount;
|
||||
ULONG IoOtherOperationCount;
|
||||
ULONG MmAvailablePages;
|
||||
ULONG MmTotalCommitedPages;
|
||||
ULONG MmTotalCommittedPages;
|
||||
ULONG MmTotalCommitLimit;
|
||||
ULONG MmPeakLimit;
|
||||
ULONG PageFaults;
|
||||
|
Loading…
Reference in New Issue
Block a user