From a4d66e7fd82522f3ec3f2e86bee6c05cf894565e Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 15 Jan 1992 16:17:50 +0000
Subject: [PATCH] Typo.

---
 compiler/sparc/char.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/sparc/char.lisp b/compiler/sparc/char.lisp
index 494d79a60..8fa847c31 100644
--- a/compiler/sparc/char.lisp
+++ b/compiler/sparc/char.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/char.lisp,v 1.4 1992/01/14 16:05:05 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/char.lisp,v 1.5 1992/01/15 16:17:50 ram Exp $
 ;;; 
 ;;; This file contains the SPARC VM definition of character operations.
 ;;;
@@ -55,7 +55,7 @@
 	    :load-if (not (location= x y))))
   (:results (y :scs (base-char-reg)
 	       :load-if (not (location= x y))))
-  (:node "character move")
+  (:note "character move")
   (:effects)
   (:affected)
   (:generator 0
@@ -73,7 +73,7 @@
 	 (fp :scs (any-reg)
 	     :load-if (not (sc-is y base-char-reg))))
   (:results (y))
-  (:node "character arg move")
+  (:note "character arg move")
   (:generator 0
     (sc-case y
       (base-char-reg
-- 
GitLab