chiark / gitweb /
src/class-finalize-impl.lisp: Reorder `flet'/`macrolet'.
[sod] / src / method-proto.lisp
index d17660268ba82d6d3344b2a1e8f8900564aa5c37..41e63548d44784df74e4f402c74bd0bf22eee1bc 100644 (file)
@@ -7,7 +7,7 @@
 
 ;;;----- Licensing notice ---------------------------------------------------
 ;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sensible Object Design, an object system for C.
 ;;;
 ;;; SOD is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -86,7 +86,7 @@ (defclass method-entry ()
               :reader method-entry-chain-head)
    (chain-tail :initarg :chain-tail :type sod-class
               :reader method-entry-chain-tail)
-   (role :initarg :role :type (or :keyword null) :reader method-entry-role))
+   (role :initarg :role :type (or keyword null) :reader method-entry-role))
   (:documentation
    "An entry point into an effective method.