summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-18 10:46:53 +0200
committerBruno Haible <bruno@clisp.org>2011-04-18 10:46:53 +0200
commit05414bd22e5c18afd876aa481fb6648458bad6b5 (patch)
tree705e2493d430bab53591ccc1876a539040d8fca6 /tests
parentde3622c2af51046d476a9daf6b8f77df0ae20c9f (diff)
downloadgnulib-05414bd22e5c18afd876aa481fb6648458bad6b5.tar.gz
nonblocking tests: Tweak comment.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-nonblocking-reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-nonblocking-reader.h b/tests/test-nonblocking-reader.h
index 2099b69b25..220862ff2d 100644
--- a/tests/test-nonblocking-reader.h
+++ b/tests/test-nonblocking-reader.h
@@ -106,7 +106,7 @@ full_read_from_nonblocking_fd (size_t fd, void *buf, size_t count)
dbgfprintf (stderr, "%s: << read -> %ld%s\n", PROG_ROLE,
(long) ret, dbgstrerror (ret < 0, saved_errno));
/* This assertion fails if the non-blocking flag is effectively not set
- on fd = STDIN_FILENO. */
+ on fd. */
ASSERT (spent_time < 0.5);
if (ret < 0)
{