From 05414bd22e5c18afd876aa481fb6648458bad6b5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 18 Apr 2011 10:46:53 +0200 Subject: [PATCH] nonblocking tests: Tweak comment. --- tests/test-nonblocking-reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-nonblocking-reader.h b/tests/test-nonblocking-reader.h index 2099b69b2..220862ff2 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) { -- 2.11.0