From e40848aac8c7863e22512eb9a2b73665bcd37ae5 Mon Sep 17 00:00:00 2001 From: cwang <cwang> Date: Tue, 16 Nov 2004 23:07:18 +0000 Subject: [PATCH] typo --- code/debug-int.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/debug-int.lisp b/code/debug-int.lisp index 43e9e4051..1368e90eb 100644 --- a/code/debug-int.lisp +++ b/code/debug-int.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.115 2004/10/13 15:47:17 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.116 2004/11/16 23:07:18 cwang Exp $") ;;; ;;; ********************************************************************** ;;; @@ -83,7 +83,7 @@ ;;; not provide for programs to detect these situations other than calling a ;;; routine that detects them and signals a condition. For example, ;;; programmers call A which may fail to return successfully due to a lack of -;;; debug information, and there is no B the they could have called to realize +;;; debug information, and there is no B that they could have called to realize ;;; A would fail. It is not an error to have called A, but it is an error for ;;; the program to then ignore the signal generated by A since it cannot ;;; continue without A's correctly returning a value or performing some -- GitLab