From 05b7480df1a1804bbf3ba3f7ce00f757cf703b1a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Aug 2015 10:58:38 +0100 Subject: [PATCH] src/c-types-proto.lisp: Fix docstring. --- src/c-types-proto.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c-types-proto.lisp b/src/c-types-proto.lisp index b9b61bf..edadd64 100644 --- a/src/c-types-proto.lisp +++ b/src/c-types-proto.lisp @@ -253,7 +253,7 @@ "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))) -- 2.11.0