From 7d7f894e42aee57ce22e876d24358c29b628daa7 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 25 May 1990 20:03:03 +0000
Subject: [PATCH] typo

---
 compiler/mips/alloc.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/alloc.lisp b/compiler/mips/alloc.lisp
index 378190af1..7364f666c 100644
--- a/compiler/mips/alloc.lisp
+++ b/compiler/mips/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.5 1990/05/25 12:24:49 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.6 1990/05/25 20:03:03 wlott Exp $
 ;;;
 ;;; Allocation VOPs for the MIPS port.
 ;;;
@@ -89,7 +89,7 @@
     (inst srl unboxed unboxed-arg vm:word-shift)
     (inst addu unboxed unboxed vm:lowtag-mask)
     (inst and unboxed ndescr)
-    (pseudo-atomic (ndesrc)
+    (pseudo-atomic (ndescr)
       (inst addu result alloc-tn vm:other-pointer-type)
       (inst addu alloc-tn boxed)
       (inst addu alloc-tn unboxed)
-- 
GitLab