summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-05 15:39:51 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-05 15:39:51 +0100
commit5ad6a354a9a5ba37a57a743ddf3c0659e73e29a9 (patch)
treed03fa2bbc46614e984598e6e60db19c6818e3856
parentc9d9a79f282bbc15e237d597c7df3a44621c90a5 (diff)
cpu: fix comment about loading the code segment register
-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 :