1.0.7.39: Fix typo in comment.
authorThiemo Seufer <ths@networkno.de>
Mon, 23 Jul 2007 20:29:55 +0000 (20:29 +0000)
committerThiemo Seufer <ths@networkno.de>
Mon, 23 Jul 2007 20:29:55 +0000 (20:29 +0000)
src/code/interr.lisp
version.lisp-expr

index 8fb704a..282e1df 100644 (file)
 
 ;;; 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
index a64e467..3e66640 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".)
-"1.0.7.38"
+"1.0.7.39"