]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment
authorJim Meyering <jim@meyering.net>
Wed, 17 May 2000 12:19:39 +0000 (12:19 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 May 2000 12:19:39 +0000 (12:19 +0000)
src/dd.c

index a05657281b708096c1d1a0b8c7d768d348cbc77f..9c535793db34d9dc8d61149e146aa6884b494d43 100644 (file)
--- 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