chiark / gitweb /
src/c-types-proto.lisp: Fix docstring.
[sod] / 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)))