typo fix in sb-sprof.
authorChristophe Rhodes <csr21@cantab.net>
Sun, 3 Feb 2013 14:14:55 +0000 (14:14 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Sun, 3 Feb 2013 14:14:55 +0000 (14:14 +0000)
Also update NEWS for fix of #1113859

NEWS
contrib/sb-sprof/sb-sprof.lisp

diff --git a/NEWS b/NEWS
index 616c7c4..4ffb8b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ changes relative to sbcl-1.1.4:
        SB-DEBUG:BACKTRACE-AS-LIST.
     ** SB-DEBUG:*SHOW-ENTRY-POINT-DETAILS** has been deprecated, as the same
        information is available in less intrusive form as frame annotations.
+  * bug fix: no more unused variable style warnings from RESTART-CASE
+    macroexpansion (lp#1113859)
   * bug fix: deleting a package removes it from implementation-package
     lists of other packages.
   * bug fix: SB-SPROF:WITH-PROFILING is now usable in the Slime REPL on Darwin.
index 5ce05aa..0ce3209 100644 (file)
@@ -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*