chiark / gitweb /
src/c-types-proto.lisp: Fix docstring.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Sep 2015 10:05:33 +0000 (11:05 +0100)
src/c-types-proto.lisp

index b9b61bf9cac0106d1a59ab8a5906c6515cf6265a..edadd64f5ebac16013e967a563218e6872518b79 100644 (file)
@@ -253,7 +253,7 @@ (defgeneric commentify-argument-name (name)
    "Produce a `commentified' version of the argument.
 
    The default behaviour is that temporary argument names are simply omitted
-   (NIL is returned); otherwise, `/*...*/' markers are wrapped around the
+   (nil is returned); otherwise, `/*...*/' markers are wrapped around the
    printable representation of the argument.")
   (:method ((name null)) nil)
   (:method ((name t)) (format nil "/*~A*/" name)))