From c48772fcf7aeb093b735d63929f2774c56a1db04 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 18 Dec 1990 21:23:33 +0000
Subject: [PATCH] typo

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

diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp
index cc16a839b..8bc8ecec6 100644
--- a/compiler/mips/type-vops.lisp
+++ b/compiler/mips/type-vops.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.24 1990/12/18 20:49:49 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.25 1990/12/18 21:23:33 wlott Exp $
 ;;; 
 ;;; This file contains the VM definition of type testing and checking VOPs
 ;;; for the RT.
@@ -67,7 +67,7 @@
     vm:list-pointer-type object-not-list-error)
 
   (frob structurep check-structure structure
-    vm:structure-pointer-type object-not-structure)
+    vm:structure-pointer-type object-not-structure-error)
 
   (frob bignump check-bigunm bignum
     vm:bignum-type object-not-bignum-error)
-- 
GitLab