X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Flate-target-error.lisp;h=a636049ca92ccf79d28424dc73ce01cc2e68333e;hb=b1de52969f584c63d43fb35da4a8a6a4e0e619f0;hp=795a5a8c72b226e2e67ec8e367bbf05c7d623018;hpb=5dc28680e9cb2d598da02aed512aa49ea81fdade;p=sbcl.git diff --git a/src/code/late-target-error.lisp b/src/code/late-target-error.lisp index 795a5a8..a636049 100644 --- a/src/code/late-target-error.lisp +++ b/src/code/late-target-error.lisp @@ -753,7 +753,7 @@ "Transfer control to a restart named ABORT, signalling a CONTROL-ERROR if none exists." (invoke-restart (find-restart 'abort condition)) - ;; ABORT signals an error in case there was a restart named abort that did + ;; ABORT signals an error in case there was a restart named ABORT that did ;; not transfer control dynamically. This could happen with RESTART-BIND. (error 'abort-failure))