From: Jim Meyering Date: Tue, 28 Apr 2009 12:45:43 +0000 (+0200) Subject: df: adjust comment to match recent code change X-Git-Tag: v7.3~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74171b693c0257194cc9357f547c7d4492f5a439;p=thirdparty%2Fcoreutils.git df: adjust comment to match recent code change * src/df.c (main): Update comment to match. --- diff --git a/src/df.c b/src/df.c index a3eb98a611..070980e252 100644 --- 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) {