x86: paging: fix typo

pull/443/head
Marco Oliverio 2024-03-19 16:49:06 +01:00
parent 91bc67cd6c
commit b82b435a8d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#define PAGE_TABLE_PAGE_SIZE (0x1000)
#ifndef PAGE_TABLE_PAGE_NUM
/* 7 pages are enough to identity map al 4GB */
/* 7 pages are enough to identity map all 4GB */
#define PAGE_TABLE_PAGE_NUM 7
#endif /* PAGE_TABLE_PAGE_NUM */