summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cpu_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu_asm.S b/src/cpu_asm.S
index cdaf081..321f5b2 100644
--- a/src/cpu_asm.S
+++ b/src/cpu_asm.S
@@ -66,7 +66,7 @@ cpu_load_gdt:
mov %eax, %ss
/*
- * The code segment cannot directly be written to, and is instead
+ * The code segment register cannot directly be written to, and is instead
* modified by performing a long jump.
*
* See Intel 64 and IA-32 Architecture Software Developer's Manual :