X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Ftarget-sxhash.lisp;h=dbe9d23de5549e818ba013102813c697b8479be3;hb=25fe91bf63fd473d9316675b0e0ca9be0079e9eb;hp=2db0559558ceb877d5a35e4ec3544d0ac5bff77c;hpb=a8674581f11d7c105500c7c24d4d6d167739745a;p=sbcl.git diff --git a/src/code/target-sxhash.lisp b/src/code/target-sxhash.lisp index 2db0559..dbe9d23 100644 --- a/src/code/target-sxhash.lisp +++ b/src/code/target-sxhash.lisp @@ -159,7 +159,7 @@ (defun sxhash (x) ;; profiling SXHASH is hard, but we might as well try to make it go - ;; fast, in case it is the bottleneck somwhere. -- CSR, 2003-03-14 + ;; fast, in case it is the bottleneck somewhere. -- CSR, 2003-03-14 (declare (optimize speed)) (labels ((sxhash-number (x) (etypecase x