X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fearly-assem.lisp;h=39b33ffb55b878b0be49871b686514df5dbb3a4b;hb=dfa55a883f94470267b626dae77ce7e7dfac3df6;hp=0162a0c9724f16754dcaaac284992148d48f1492;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/compiler/early-assem.lisp b/src/compiler/early-assem.lisp index 0162a0c..39b33ff 100644 --- a/src/compiler/early-assem.lisp +++ b/src/compiler/early-assem.lisp @@ -26,7 +26,7 @@ ;;; sequence.) ;;; ASSEMBLY-UNIT-BITS -- the number of bits in the minimum assembly -;;; unit, (also refered to as a ``byte''). Hopefully, different +;;; unit, (also referred to as a ``byte''). Hopefully, different ;;; instruction sets won't require changing this. (defconstant assembly-unit-bits 8) (defconstant assembly-unit-mask (1- (ash 1 assembly-unit-bits)))