diff options
Diffstat (limited to 'coreutils/tee.c')
-rw-r--r-- | coreutils/tee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tee.c b/coreutils/tee.c index 73c2f8e9d..bb2896663 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c | |||
@@ -97,7 +97,7 @@ int tee_main(int argc, char **argv) | |||
97 | } | 97 | } |
98 | #endif | 98 | #endif |
99 | 99 | ||
100 | /* Now we need to check for i/o errors on stdin and the various | 100 | /* Now we need to check for i/o errors on stdin and the various |
101 | * output files. Since we know that the first entry in the output | 101 | * output files. Since we know that the first entry in the output |
102 | * file table is stdout, we can save one "if ferror" test by | 102 | * file table is stdout, we can save one "if ferror" test by |
103 | * setting the first entry to stdin and checking stdout error | 103 | * setting the first entry to stdin and checking stdout error |