From 2859e85770b8e280a534719b523ed190ccf99f09 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 13 Sep 2005 21:25:21 +0000 Subject: tweak comment --- lib/stdopen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stdopen.c') 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 #include -/* 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 -- cgit v1.2.3-54-g00ecf