summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-13 21:25:21 +0000
committerJim Meyering <jim@meyering.net>2005-09-13 21:25:21 +0000
commit2859e85770b8e280a534719b523ed190ccf99f09 (patch)
tree3e08d670ff1084d5620f6a11e07982b60359d0a2
parent3e4d8edce9e2840b1ff98ce849f72bec654497ca (diff)
downloadcoreutils-2859e85770b8e280a534719b523ed190ccf99f09.tar.xz
tweak comment
-rw-r--r--lib/stdopen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdopen.c b/lib/stdopen.c
index c9d674fb6..c5b5aaf61 100644
--- a/lib/stdopen.c
+++ b/lib/stdopen.c
@@ -30,8 +30,8 @@
#include <unistd.h>
#include <errno.h>
-/* Try to ensure that each of the standard file numbers (0, 1, 2)
- is in use. Without this, each application would have to guard
+/* Try to ensure that all of the standard file numbers (0, 1, 2)
+ are in use. Without this, each application would have to guard
every call to open, dup, fopen, etc. with tests to ensure they
don't use one of the special file numbers when opening a file.
Return false if at least one of the file descriptors is initially