From 290675ccc55b43bef1c2c39f07479dbb2f20ad1f Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sat, 13 May 2006 19:44:04 +0000 Subject: [PATCH] 0.9.12.18: Fix typos in comment. --- src/code/target-alieneval.lisp | 4 ++-- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/code/target-alieneval.lisp b/src/code/target-alieneval.lisp index 1c421f1..c4f4e2f 100644 --- a/src/code/target-alieneval.lisp +++ b/src/code/target-alieneval.lisp @@ -933,8 +933,8 @@ callback signal an error." (setf (callback-info-function info) nil) t))) -;;; FIXME: This calls assembles a new callback for every closure, -;;; which suck hugely. ...not that I can think of an obvious +;;; FIXME: This call assembles a new callback for every closure, +;;; which sucks hugely. ...not that I can think of an obvious ;;; solution. Possibly maybe we could write a generalized closure ;;; callback analogous to closure_tramp, and share the actual wrapper? ;;; diff --git a/version.lisp-expr b/version.lisp-expr index f909bd1..4fc0c69 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".) -"0.9.12.17" +"0.9.12.18" -- 1.7.10.4