summaryrefslogtreecommitdiff
path: root/kernel/boot.s
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/boot.s')
-rw-r--r--kernel/boot.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/boot.s b/kernel/boot.s
index 5050705..4db2cf7 100644
--- a/kernel/boot.s
+++ b/kernel/boot.s
@@ -40,7 +40,7 @@ kboot:
call flush_idt
; initialize the console
call con_init
- ; add this point, we can display *some* output
+ ; at this point, we can display *some* output
push .msg
call printk
add esp, 4