]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commitdiff
Fix bogus docstring
authorAlejandro R Sedeño <asedeno@google.com>
Wed, 5 Dec 2012 21:08:59 +0000 (16:08 -0500)
committerAlejandro R Sedeño <asedeno@google.com>
Wed, 5 Dec 2012 21:12:06 +0000 (16:12 -0500)
asdf-support.lisp

index c3f97c670548fd9afaeeb0c73a707dd3704a621d..c1f8f1be20f466f7c2d4f8947e13145688567e90 100644 (file)
@@ -97,7 +97,7 @@
   (values (list (lispize-pathname (component-pathname component))) nil))
 
 (defmethod input-files ((op compile-op) (component protobuf-file))
-  "The input file is just the .proto file."
+  "The input files are the .lisp and .proto-imports files."
   (declare (ignorable op))
   (output-files (make-instance 'proto-to-lisp) component))