summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/paging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/arch/amd64/paging.h')
-rw-r--r--src/kernel/arch/amd64/paging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/arch/amd64/paging.h b/src/kernel/arch/amd64/paging.h
index 156c0c5..70752b0 100644
--- a/src/kernel/arch/amd64/paging.h
+++ b/src/kernel/arch/amd64/paging.h
@@ -31,7 +31,7 @@ typedef union pe_generic_t {
void *as_ptr;
} pe_generic_t; // pageentry_generic
-struct pagedir { /* on amd64 actually points to pml4. the name is like this for historical reasons */
+struct Pagedir { /* on amd64 actually points to pml4 */
pe_generic_t e[512];
} __attribute__((packed));