mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
Just fix a typo.
svn path=/trunk/; revision=59858
This commit is contained in:
parent
4ca622a65d
commit
8453b44a7f
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ SIZE_T MmTotalCommitLimit;
|
|||
SIZE_T MmTotalCommitLimitMaximum;
|
||||
|
||||
/*
|
||||
* These value tune certain user parameters. They have default values set here,
|
||||
* These values tune certain user parameters. They have default values set here,
|
||||
* as well as in the code, and can be overwritten by registry settings.
|
||||
*/
|
||||
SIZE_T MmHeapSegmentReserve = 1 * _1MB;
|
||||
|
|
Loading…
Reference in a new issue