df: adjust comment to match recent code change
authorJim Meyering <meyering@redhat.com>
Tue, 28 Apr 2009 12:45:43 +0000 (14:45 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 28 Apr 2009 12:45:43 +0000 (14:45 +0200)
* src/df.c (main): Update comment to match.

src/df.c

index a3eb98a..070980e 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -988,8 +988,9 @@ main (int argc, char **argv)
     {
       int i;
 
-      /* stat all the given entries to make sure they get automounted,
-        if necessary, before reading the file system table.  */
+      /* Open each of the given entries to make sure any corresponding
+        partition is automounted.  This must be done before reading the
+        file system table.  */
       stats = xnmalloc (argc - optind, sizeof *stats);
       for (i = optind; i < argc; ++i)
        {