summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2007-07-23 20:29:55 +0000
committerThiemo Seufer <ths@networkno.de>2007-07-23 20:29:55 +0000
commit52cbc0e7a1fb50470995a6d27bc512a77557998d (patch)
tree344df34a11f9ca4e0912b86443f7b931711e9a0a
parenta18fd8dd0cc6172628ed3ac2e75129c72fe627eb (diff)
1.0.7.39: Fix typo in comment.
-rw-r--r--src/code/interr.lisp2
-rw-r--r--version.lisp-expr2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/code/interr.lisp b/src/code/interr.lisp
index 8fb704a94..282e1df56 100644
--- a/src/code/interr.lisp
+++ b/src/code/interr.lisp
@@ -485,7 +485,7 @@
;;; This is SIGTRAP / EXCEPTION_BREAKPOINT that runtime could not deal
;;; with. Prior to Windows we just had a Lisp side handler for
-;;; SIGTRAP, but now we need to deal this portably.
+;;; SIGTRAP, but now we need to deal with this portably.
(defun unhandled-trap-error (context-sap)
(declare (type system-area-pointer context-sap))
(infinite-error-protect
diff --git a/version.lisp-expr b/version.lisp-expr
index a64e4672c..3e66640a3 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.7.38"
+"1.0.7.39"