From: Paul Eggert Date: Wed, 6 Dec 1995 10:17:57 +0000 (+0000) Subject: Fix misspelled comment. X-Git-Tag: emacs-19.34~2169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=168c8aec07cdb74acc12d213ed12758d9cf39359;p=emacs.git Fix misspelled comment. --- diff --git a/src/alloca.s b/src/alloca.s index 0bcc950f85e..4cae6ab3bfb 100644 --- a/src/alloca.s +++ b/src/alloca.s @@ -181,7 +181,7 @@ _alloca: 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)