summaryrefslogtreecommitdiff
path: root/bootmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootmain.c')
-rw-r--r--bootmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootmain.c b/bootmain.c
index 1882aa8..6494c16 100644
--- a/bootmain.c
+++ b/bootmain.c
@@ -12,7 +12,7 @@
// BOOT UP STEPS
// * when the CPU boots it loads the BIOS into memory and executes it
//
-// * the BIOS intializes devices, sets of the interrupt routines, and
+// * the BIOS intializes devices, sets up the interrupt routines, and
// reads the first sector of the boot device(e.g., hard-drive)
// into memory and jumps to it.
//