0.9.3.58:
authorNathan Froyd <froydnj@cs.rice.edu>
Tue, 16 Aug 2005 15:15:58 +0000 (15:15 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Tue, 16 Aug 2005 15:15:58 +0000 (15:15 +0000)
Typo fixes:

* Merge THS's "Typo in VOP note", sbcl-devel 16 August 2005;
* Really merge Luis Oliveira's spelling/grammar fix.

INSTALL
src/assembly/ppc/arith.lisp
src/assembly/sparc/arith.lisp
version.lisp-expr

diff --git a/INSTALL b/INSTALL
index 70bcffd..9103d4a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -245,12 +245,12 @@ INSTALLING SBCL
     Tru64                            X
     Darwin (Mac OS X)           X
 
-    Some operating systems are more equal then others: most of the
+    Some operating systems are more equal than others: most of the
     development and testing is done on x86 Linux and *BSD, PPC Linux
     and Mac OS X.
 
     If an underprivileged platform is important to you, you can help
-    by eg. testing during the monthly freeze periods, and most
+    by e.g. testing during the monthly freeze periods, and most
     importantly by reporting any problems.
 
     If you need support beyond what is available on the mailing lists,
index 0abf902..ea9fc11 100644 (file)
               `((inst srawi x x 2)))
           (inst mullw res x y))))
   (frob unsigned-* "unsigned *" 40 unsigned-num unsigned-reg)
-  (frob signed-* "unsigned *" 41 signed-num signed-reg)
+  (frob signed-* "signed *" 41 signed-num signed-reg)
   (frob fixnum-* "fixnum *" 30 tagged-num any-reg))
 
 
index 61278cc..18a8659 100644 (file)
             (inst mulscc temp zero-tn)
            (inst rdy res))))))
   (frob unsigned-* "unsigned *" 40 unsigned-num unsigned-reg)
-  (frob signed-* "unsigned *" 41 signed-num signed-reg)
+  (frob signed-* "signed *" 41 signed-num signed-reg)
   (frob fixnum-* "fixnum *" 30 tagged-num any-reg))
 
 
index 3d34f2d..2ff81a5 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.3.57"
+"0.9.3.58"