From 52cbc0e7a1fb50470995a6d27bc512a77557998d Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Mon, 23 Jul 2007 20:29:55 +0000 Subject: [PATCH] 1.0.7.39: Fix typo in comment. --- src/code/interr.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code/interr.lisp b/src/code/interr.lisp index 8fb704a..282e1df 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 a64e467..3e66640 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" -- 1.7.10.4