fish: clarify comment: shared source files are used by virt tools too.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 26 Aug 2011 16:39:06 +0000 (17:39 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 28 Aug 2011 08:20:32 +0000 (09:20 +0100)
(cherry picked from commit 0bd055316f8581f4da33b039e33d5f61cc00294c)

fish/Makefile.am

index 33a0fd7..1496d53 100644 (file)
@@ -58,9 +58,9 @@ EXTRA_DIST = \
        virt-tar-out.pod
 
 # These source files (all related to option parsing) are shared
-# between guestfish and guestmount.  Keep a convenient list here just
-# so we know which ones are shared.  These files must not include
-# other guestfish files.
+# between guestfish, guestmount and some other C virt tools.  Keep a
+# convenient list here just so we know which ones are shared.  These
+# files must not include other guestfish files.
 SHARED_SOURCE_FILES = \
        config.c \
        inspect.c \