From: Jim Meyering Date: Wed, 17 May 2000 12:19:39 +0000 (+0000) Subject: tweak comment X-Git-Tag: FILEUTILS-4_0s~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca5f870b6a1f9adae9bce0d52309a04f834df00;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/src/dd.c b/src/dd.c index a05657281b..9c535793db 100644 --- a/src/dd.c +++ b/src/dd.c @@ -1049,7 +1049,7 @@ dd_copy (void) } /* This is gross, but necessary, because of the way close_stdout - works and because dd.c closes STDOUT_FILENO directly. */ + works and because this program closes STDOUT_FILENO directly. */ static void (*closeout_func) (void) = close_stdout; static void