chiark / gitweb /
src/c-types-parse.lisp: Some better comment formatting.
[sod] / src / c-types-parse.lisp
index 45336a1e74904ceef07d8893c4ea72d4521f121e..b398ca9b405cf215daec995893884bdabec6554a 100644 (file)
@@ -372,7 +372,7 @@ (defun parse-declarator (scanner base-type &key kernel abstractp)
                          (cons #'identity name))))
 
               (argument-list ()
-                ;; [ argument [ `,' argument ]* [ `,' `...' ] ] | `...'
+                ;; [argument [`,' argument]* [`,' `...']] | `...'
                 ;;
                 ;; The possibility of a trailing `,' `...' means that we
                 ;; can't use the standard `list' parser.  Note that, unlike