From f3e4eac28ed13182605389d640c32b2844328551 Mon Sep 17 00:00:00 2001 From: cwang <cwang> Date: Mon, 2 Aug 2004 16:04:42 +0000 Subject: [PATCH] typo --- compiler/new-assem.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/new-assem.lisp b/compiler/new-assem.lisp index 1c877808e..97156f0db 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) -- GitLab