summaryrefslogtreecommitdiff
path: root/utils/8a/l.s
diff options
context:
space:
mode:
Diffstat (limited to 'utils/8a/l.s')
-rw-r--r--utils/8a/l.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/8a/l.s b/utils/8a/l.s
index 09980d48..4bb92ef5 100644
--- a/utils/8a/l.s
+++ b/utils/8a/l.s
@@ -221,7 +221,7 @@ TEXT mode32bit(SB),$0
* 16 meg of physical memory
*/
LEAL tpt-KZERO(SB),AX /* get phys addr of temporary page table */
- ADDL $(BY2PG-1),AX /* must be page alligned */
+ ADDL $(BY2PG-1),AX /* must be page aligned */
ANDL $(~(BY2PG-1)),AX /* ... */
MOVL $(4*1024),CX /* pte's per page */
MOVL $((((4*1024)-1)<<PGSHIFT)|PTEVALID|PTEKERNEL|PTEWRITE),BX