Fix typo.
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 5 Sep 1995 19:45:32 +0000 (19:45 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 5 Sep 1995 19:45:32 +0000 (19:45 +0000)
v8/src/compiler/midend/cleanup.scm

index 8fcb382b1707908f53866aa8da15cda720b7ec89..e3de00574896be9cf57de1d03e9dad4886fc7b4f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: cleanup.scm,v 1.25 1995/09/05 19:14:35 adams Exp $
+$Id: cleanup.scm,v 1.26 1995/09/05 19:45:32 adams Exp $
 
 Copyright (c) 1994-1995 Massachusetts Institute of Technology
 
@@ -409,7 +409,7 @@ MIT in each case. |#
   (lambda (expr)
     (let  ((value (form/number? expr)))
       (and (QUOTE/? expr)
-          (string? (quote/test expr))
+          (string? (quote/text expr))
           `(QUOTE ,(string->symbol (quote/text expr)))))))
 \f
 ;;