X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-sprof%2Fsb-sprof.lisp;h=0ce32097f6c6727f81fdab4f4dfc64c4a8c74b9b;hb=1c74f342b23aafaa8f514112c9bcca7526e07a58;hp=5ce05aada67318704330e7dfd9f7c7cf1d26e859;hpb=09c00481c13d88f6694c7f8ba7222c5c62f39a9e;p=sbcl.git diff --git a/contrib/sb-sprof/sb-sprof.lisp b/contrib/sb-sprof/sb-sprof.lisp index 5ce05aa..0ce3209 100644 --- a/contrib/sb-sprof/sb-sprof.lisp +++ b/contrib/sb-sprof/sb-sprof.lisp @@ -359,7 +359,7 @@ on the depth of the call stack.") (defvar *sampling-mode* :cpu "Default sampling mode. :CPU for cpu profiling, :ALLOC for allocation -profiling, and :TIME for wallclock profilgin.") +profiling, and :TIME for wallclock profiling.") (declaim (type (member :cpu :alloc :time) *sampling-mode*)) (defvar *alloc-region-size*