X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fntrace.lisp;h=54afe6999bad63fc0eea8fb50a899d7972e506f4;hb=212ef8043aeaceaa627f2924e04554fbc37b8ee1;hp=5def05cd71dee5ab69c904fab256e17afe019632;hpb=7f76d571fe545578e3bd26e627d181a39a8f1eb7;p=sbcl.git diff --git a/src/code/ntrace.lisp b/src/code/ntrace.lisp index 5def05c..54afe69 100644 --- a/src/code/ntrace.lisp +++ b/src/code/ntrace.lisp @@ -271,7 +271,7 @@ ;;; This prints a representation of the return values delivered. ;;; First, this checks to see that cookie is at the top of -;;; *traced-entries*; if it is not, then we need to adjust this list +;;; *TRACED-ENTRIES*; if it is not, then we need to adjust this list ;;; to determine the correct indentation for output. We then check to ;;; see whether the function is still traced and that the condition ;;; succeeded before printing anything.