summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-17 12:19:39 +0000
committerJim Meyering <jim@meyering.net>2000-05-17 12:19:39 +0000
commit1ca5f870b6a1f9adae9bce0d52309a04f834df00 (patch)
tree73bf312b86841547cd868691f3165ed5b09a2ac6 /src
parent1cd58148cd8ef0a1da848449aab5808fe4a2e575 (diff)
downloadcoreutils-1ca5f870b6a1f9adae9bce0d52309a04f834df00.tar.xz
tweak comment
Diffstat (limited to 'src')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index a05657281..9c535793d 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