diff --git a/asdf-support.lisp b/asdf-support.lisp index c3f97c670548fd9afaeeb0c73a707dd3704a621d..c1f8f1be20f466f7c2d4f8947e13145688567e90 100644 --- a/asdf-support.lisp +++ b/asdf-support.lisp @@ -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))