]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment
authorJim Meyering <jim@meyering.net>
Tue, 13 Sep 2005 21:25:21 +0000 (21:25 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 13 Sep 2005 21:25:21 +0000 (21:25 +0000)
lib/stdopen.c

index c9d674fb6fac0c75751c8c25e3f052505e9f8816..c5b5aaf61376c793b9cd0cb0a7850b045bae18db 100644 (file)
@@ -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