summaryrefslogtreecommitdiff
path: root/tests/test-select.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-select.h')
-rw-r--r--tests/test-select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-select.h b/tests/test-select.h
index 9fe998c1dd..1169e59290 100644
--- a/tests/test-select.h
+++ b/tests/test-select.h
@@ -265,7 +265,7 @@ test_bad_fd (select_fn my_select)
#if !(defined __osf__ || defined WINDOWS_NATIVE)
int fd;
- /* On Linux, MacOS X, *BSD, values of fd like 99 or 399 are discarded
+ /* On Linux, Mac OS X, *BSD, values of fd like 99 or 399 are discarded
by the kernel early and therefore do *not* lead to EBADF, as required
by POSIX. */
# if defined __linux__ || (defined __APPLE__ && defined __MACH__) || defined __FreeBSD__ || defined __OpenBSD__ || defined __NetBSD__