src/class-output.lisp: Fix docstring grammar.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Aug 2015 15:16:25 +0000 (16:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Aug 2015 15:16:25 +0000 (16:16 +0100)
src/class-layout-proto.lisp

index bf1480b..ef75710 100644 (file)
 
    This is somewhat complicated because there are two degrees of freedom.  An
    instance of `class-pointer' is a pointer from a vtable to an `ichain' of
-   the the class's metaclass instance.  In particular, `class-pointer'
+   the the class's metaclass instance.  In particular, `class-pointer'
    instance represents a pointer in a vtable constructed for CLASS and
    attached to the chain headed by CHAIN-HEAD; it points to an instance of
    METACLASS, and specifically to the `ichain' substructure corresponding to