summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2007-01-25 15:51:34 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2007-01-25 15:51:34 +0000
commit731da68c7e3b7f2c4bc310aa75fc75f5aead24d2 (patch)
treedb55adc95325b4d9996169db6071b1db4e44bcad
parent3c9981c71f4d0d2c5b5830486c4b9a35ab50a240 (diff)
release, will be tagged as sbcl_1_0_2
-rw-r--r--make-target-contrib.sh2
-rw-r--r--src/compiler/debug.lisp2
-rw-r--r--src/compiler/ir1opt.lisp2
-rw-r--r--version.lisp-expr2
4 files changed, 4 insertions, 4 deletions
diff --git a/make-target-contrib.sh b/make-target-contrib.sh
index 806670f0e..7cccb366e 100644
--- a/make-target-contrib.sh
+++ b/make-target-contrib.sh
@@ -74,7 +74,7 @@ do
else
cat <<EOF
-WARNING! Some of the contrib modules did not build succesfully or pass
+WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
EOF
HEADER_HAS_BEEN_PRINTED=true
diff --git a/src/compiler/debug.lisp b/src/compiler/debug.lisp
index e3c665b73..c5a08587a 100644
--- a/src/compiler/debug.lisp
+++ b/src/compiler/debug.lisp
@@ -415,7 +415,7 @@
(typecase last
(cif
(unless (proper-list-of-length-p succ 1 2)
- (barf "~S ends in an IF, but doesn't have one or two succesors."
+ (barf "~S ends in an IF, but doesn't have one or two successors."
block))
(unless (member (if-consequent last) succ)
(barf "The CONSEQUENT for ~S isn't in SUCC for ~S." last block))
diff --git a/src/compiler/ir1opt.lisp b/src/compiler/ir1opt.lisp
index 2bdb4dedd..e820b5845 100644
--- a/src/compiler/ir1opt.lisp
+++ b/src/compiler/ir1opt.lisp
@@ -451,7 +451,7 @@
;;; appropriate.)
;;;
;;; We call MAYBE-CONVERT-TAIL-LOCAL-CALL on each local non-MV
-;;; combination, which may change the succesor of the call to be the
+;;; combination, which may change the successor of the call to be the
;;; called function, and if so, checks if the call can become an
;;; assignment. If we convert to an assignment, we abort, since the
;;; RETURN has been deleted.
diff --git a/version.lisp-expr b/version.lisp-expr
index 6b8215280..bcdda397f 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -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".)
-"1.0.1.35"
+"1.0.2"