src/: Style cleanup: use constant names for types where available.
[sod] / src / class-utilities.lisp
index 0aec35a..573c677 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
        (every (lambda (message-arg method-arg)
                (if (eq message-arg :ellipsis)
                    (c-type-equal-p (argument-type method-arg)
-                                   (c-type va-list))
+                                   c-type-va-list)
                    (c-type-equal-p (argument-type message-arg)
                                    (argument-type method-arg))))
              message-args method-args)))