# HG changeset patch # User Paul Eggert # Date 818245077 0 # Node ID d1633aedb9bd27b372faa7ac5f7598e52e7a7fcb # Parent 8a3ceaf9bfee122f28de2e62ed5da16cda08167d Fix misspelled comment. diff -r 8a3ceaf9bfee -r d1633aedb9bd src/alloca.s --- a/src/alloca.s Tue Dec 05 23:38:20 1995 +0000 +++ b/src/alloca.s Wed Dec 06 10:17:57 1995 +0000 @@ -181,7 +181,7 @@ move.l sp,d1 ; get current SP value sub.l d0,d1 ; adjust to reflect required size... sub.l #MAXREG*4,d1 ; ...and space needed for registers - and.l #-4,d1 ; backup to longword boundry + and.l #-4,d1 ; backup to longword boundary move.l sp,a0 ; save old SP value for register copy move.l d1,sp ; set the new SP value tst.b -4096(sp) ; grab an extra page (to cover caller)