diff --git a/compiler/new-assem.lisp b/compiler/new-assem.lisp index 1c877808e0a33e4be8fcb83ff68d899150e01cc6..97156f0db87ad84860fede61c09df2bbc2706cb8 100644 --- a/compiler/new-assem.lisp +++ b/compiler/new-assem.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.33 2003/08/16 11:45:47 gerd Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.34 2004/08/02 16:04:42 cwang Rel $") ;;; ;;; ********************************************************************** ;;; @@ -76,7 +76,7 @@ ;;; MAX-ALIGNMENT -- The maximum alignment we can guarentee given the object ;;; format. If the loader only loads objects 8-byte aligned, we can't do -;;; any better then that ourselves. +;;; any better than that ourselves. ;;; (defconstant max-alignment 3)