X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/6b875a6dc26c156d139cb0fb70a09816e132b8bc..8ff3d48ed1e9a98e8e051f290463d7d53e676371:/src/method-proto.lisp diff --git a/src/method-proto.lisp b/src/method-proto.lisp index ac662ca..0488374 100644 --- a/src/method-proto.lisp +++ b/src/method-proto.lisp @@ -288,9 +288,9 @@ (defgeneric effective-method-live-p (method) (:documentation "Returns true if the effective METHOD is live. - An effective method is `live' if it should actually have proper method entry - functions associated with it and stored in the class vtable. The other - possibility is that the method is `dead', in which case the function + An effective method is `live' if it should actually have proper method + entry functions associated with it and stored in the class vtable. The + other possibility is that the method is `dead', in which case the function pointers in the vtable are left null.")) ;;;--------------------------------------------------------------------------