Fix typo.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 30 Jan 1992 23:21:04 +0000 (23:21 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 30 Jan 1992 23:21:04 +0000 (23:21 +0000)
v7/src/runtime/arith.scm

index 5ea41fd7447fc3c09b80eccab0e22349b07537fd..95f8fc7165648f0df066ad1f8c23c607ca4d4fe0 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/arith.scm,v 1.22 1992/01/29 20:25:00 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/arith.scm,v 1.23 1992/01/30 23:21:04 jinx Exp $
 
 Copyright (c) 1989-91 Massachusetts Institute of Technology
 
@@ -386,7 +386,7 @@ MIT in each case. |#
        (bash! true value stack)
        ;; set-string-maximum-length! also sets the length.
        ;; (set-string-length! string index)
-       ((ucode-primitive set-string-maximun-length! 2) string index)
+       ((ucode-primitive set-string-maximum-length! 2) string index)
        string)))
 
   (cond ((fix:fixnum? number)