X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/16f9fb7227bf77da748dd6fc03e58c6a9e84ab70..1645e4335e58ef3a8f1cafb1834e93760d80d9ae:/src/classes.lisp diff --git a/src/classes.lisp b/src/classes.lisp index 3187837..da18f5a 100644 --- a/src/classes.lisp +++ b/src/classes.lisp @@ -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 @@ -88,7 +88,7 @@ (defclass sod-class () (effective-methods :type list :reader sod-class-effective-methods) (vtables :type list :reader sod-class-vtables) - (state :initform nil :type (member nil :finalized broken) + (state :initform nil :type (member nil :finalized :broken) :reader sod-class-state)) (:documentation "Classes describe the layout and behaviour of objects.