Fix Matt's code review comments.

This commit is contained in:
David Chisnall
2019-02-25 10:42:22 +00:00
committed by David Chisnall
parent 01bd77b356
commit d6e89b7c60
2 changed files with 10 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ namespace snmalloc
*/
DecommitNone,
/**
* Decommit superslabs when they are no entirely empty.
* Decommit superslabs when they are entirely empty.
*/
DecommitSuper,
/**