summaryrefslogtreecommitdiff
path: root/entryother.S
diff options
context:
space:
mode:
Diffstat (limited to 'entryother.S')
-rw-r--r--entryother.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/entryother.S b/entryother.S
index 9f94cd3..8a8a020 100644
--- a/entryother.S
+++ b/entryother.S
@@ -53,7 +53,7 @@ start32:
movl %cr4, %eax
orl $(CR4_PSE), %eax
movl %eax, %cr4
- # Use enterpgdir as our initial page table
+ # Use entrypgdir as our initial page table
movl (start-12), %eax
movl %eax, %cr3
# Turn on paging.