summaryrefslogtreecommitdiff
path: root/bootasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'bootasm.S')
-rw-r--r--bootasm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootasm.S b/bootasm.S
index 91a595e..257867c 100644
--- a/bootasm.S
+++ b/bootasm.S
@@ -45,7 +45,7 @@ seta20.2:
movl %eax, %cr0
//PAGEBREAK!
- # Complete transition to 32-bit protected mode by using long jmp
+ # Complete the transition to 32-bit protected mode by using a long jmp
# to reload %cs and %eip. The segment descriptors are set up with no
# translation, so that the mapping is still the identity mapping.
ljmp $(SEG_KCODE<<3), $start32