From 476b3ef55f6fac8cf9cef6866f8cc2587f9b05dd Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 11 May 1993 17:47:25 +0000 Subject: [PATCH] typo. --- compiler/byte-comp.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/byte-comp.lisp b/compiler/byte-comp.lisp index e3ac29892..331e5f211 100644 --- a/compiler/byte-comp.lisp +++ b/compiler/byte-comp.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.5 1993/05/11 14:55:57 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.6 1993/05/11 17:47:25 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -45,7 +45,7 @@ (defun backend-byte-fasl-file-type (backend) (ecase (backend-byte-order backend) (:big-endian big-endian-fasl-file-implementation) - (:little-endian litten-endian-fasl-file-implementation))) + (:little-endian little-endian-fasl-file-implementation))) ;;;; Stuff to emit noise. -- GitLab