diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-17 12:19:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-17 12:19:39 +0000 |
commit | 1ca5f870b6a1f9adae9bce0d52309a04f834df00 (patch) | |
tree | 73bf312b86841547cd868691f3165ed5b09a2ac6 /src/dd.c | |
parent | 1cd58148cd8ef0a1da848449aab5808fe4a2e575 (diff) | |
download | coreutils-1ca5f870b6a1f9adae9bce0d52309a04f834df00.tar.gz coreutils-1ca5f870b6a1f9adae9bce0d52309a04f834df00.tar.bz2 coreutils-1ca5f870b6a1f9adae9bce0d52309a04f834df00.zip |
tweak comment
Diffstat (limited to 'src/dd.c')
-rw-r--r-- | src/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |