X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fprofile.lisp;h=1cd2dc2bdaa8e0ed620e7817e51bbee817cb8223;hb=8643c93d4db277f6e1cb880a42407ff29e19f618;hp=5f5c2ffaaab9b2c89453582eb50dd334cd9f25a4;hpb=57d7dd0f59b9df89feb1175b0efc449bb0b8d400;p=sbcl.git diff --git a/src/code/profile.lisp b/src/code/profile.lisp index 5f5c2ff..1cd2dc2 100644 --- a/src/code/profile.lisp +++ b/src/code/profile.lisp @@ -117,7 +117,7 @@ ;;; (VALUES ENCAPSULATION-FUN READ-STATS-FUN CLEAR-STATS-FUN). ;;; ;;; ENCAPSULATION-FUN is a plug-in replacement for ENCAPSULATED-FUN, -;;; which updates statistics whenver it's called. +;;; which updates statistics whenever it's called. ;;; ;;; READ-STATS-FUN returns the statistics: ;;; (VALUES COUNT TIME CONSING PROFILE).