From: Nikodemus Siivola Date: Sat, 10 Jan 2009 10:51:13 +0000 (+0000) Subject: 1.0.24.29: fix a typo in documentation X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=734d12cde18123c2608118d044f4c7701e4f2610;p=sbcl.git 1.0.24.29: fix a typo in documentation --- diff --git a/doc/manual/efficiency.texinfo b/doc/manual/efficiency.texinfo index 8ef22d2..b6d67fe 100644 --- a/doc/manual/efficiency.texinfo +++ b/doc/manual/efficiency.texinfo @@ -124,7 +124,7 @@ call to the constructor is bound to a variable declared stack-allocated only on x86 and x86-64. @item -all of the above when they appear as initial parts if another +all of the above when they appear as initial parts of another stack-allocated object. @end itemize diff --git a/version.lisp-expr b/version.lisp-expr index 6efcedc..0d66989 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.24.28" +"1.0.24.29"