diff options
Diffstat (limited to 'dev/Kernel/FirmwareKit')
| -rw-r--r-- | dev/Kernel/FirmwareKit/EFI/EFI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/FirmwareKit/EFI/EFI.h b/dev/Kernel/FirmwareKit/EFI/EFI.h index d6b20d5b..c0c341b7 100644 --- a/dev/Kernel/FirmwareKit/EFI/EFI.h +++ b/dev/Kernel/FirmwareKit/EFI/EFI.h @@ -221,7 +221,7 @@ typedef struct EfiMemoryDescriptor /// EfiVirtualAddress VirtualStart; /// - /// NumberOfPagesNumber of 4 KiB pages in the memory region. + /// NumberOfPages Number of 4 KiB pages in the memory region. /// NumberOfPages must not be 0, and must not be any value /// that would represent a memory page with a start address, /// either physical or virtual, above 0xfffffffffffff000. |
