Update of /cvsroot/sbcl/sbcl/src/code
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7767/src/code
Modified Files:
interr.lisp
Log Message:
1.0.7.39: Fix typo in comment.
Index: interr.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/code/interr.lisp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- interr.lisp 11 Apr 2007 07:30:58 -0000 1.44
+++ interr.lisp 23 Jul 2007 20:29:55 -0000 1.45
@@ -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
|