summaryrefslogtreecommitdiff
path: root/bootasm.S
diff options
context:
space:
mode:
authorrtm <rtm>2007-09-15 20:05:47 +0000
committerrtm <rtm>2007-09-15 20:05:47 +0000
commit411ee74127720fe68a7d971cadd91dea4cb7a608 (patch)
tree761b90506c87b1d4ad66c7f64ce82219f69a0b5f /bootasm.S
parente9f8419fbe33a94f4d0b18ec8c509156bdb84d2a (diff)
downloadxv6-labs-411ee74127720fe68a7d971cadd91dea4cb7a608.tar.gz
xv6-labs-411ee74127720fe68a7d971cadd91dea4cb7a608.tar.bz2
xv6-labs-411ee74127720fe68a7d971cadd91dea4cb7a608.zip
fix comments
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 1b718b7..fc3ebf6 100644
--- a/bootasm.S
+++ b/bootasm.S
@@ -44,7 +44,7 @@ seta20.2:
//PAGEBREAK!
# Switch from real to protected mode, using a bootstrap GDT
# and segment translation that makes virtual addresses
- # identical to their physical addresses, so that the
+ # identical to physical addresses, so that the
# effective memory map does not change during the switch.
lgdt gdtdesc
movl %cr0, %eax