Fix several typos in the comments

This commit is contained in:
Slobodan Predolac 2026-04-22 09:09:44 -07:00
parent d7b283ed32
commit 6cd31c0985
5 changed files with 7 additions and 7 deletions

View file

@ -46,7 +46,7 @@ hpa_supported(void) {
return false;
}
/*
* We fundamentally rely on a address-space-hungry growth strategy for
* We fundamentally rely on an address-space-hungry growth strategy for
* hugepages.
*/
if (LG_SIZEOF_PTR != 3) {