nearlest -> nearest

This commit is contained in:
Ethan Blanton 2021-01-20 10:51:45 -05:00
parent bc7be89175
commit 971afae59a

View file

@ -210,7 +210,7 @@ cm i,
'e, l!
\ 'a' ( c-addr -- a-addr ) ALIGNED
\ Round up to a nearlest multiple of CELL
\ Round up to a nearest multiple of CELL
ca i,
'L, Ck1k0--, '+, \ ( a+CELL-1 )
'L, k0k0-C-, \ ( a+CELL-1 ~(CELL-1) )
@ -218,7 +218,7 @@ ca i,
'e, l!
\ 'A' ( -- ) ALIGN
\ Round up 'here' to a nearlest multiple of CELL
\ Round up 'here' to a nearest multiple of CELL
cA i, 'h, '@, 'a, 'h, '!, 'e, l!
\ 'E' ( c-addr1 c-addr2 -- flag ) STR=