summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorsborrill <sborrill@NetBSD.org>2008-02-23 17:53:23 +0000
committersborrill <sborrill@NetBSD.org>2008-02-23 17:53:23 +0000
commitb701bbf89d3e82245cd4ab7ed4728fcf59cfa0ba (patch)
treef3cf32bf5be176b941a5dfd33977352f31cc5292 /lib/libc/sys
parent6b59ecacca63b062a9dbedaa6d4af7cdbe327df2 (diff)
Fix tiny typo
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/select.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 09f346b170b..2d84e58d7c2 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: select.2,v 1.30 2007/05/29 07:54:17 manu Exp $
+.\" $NetBSD: select.2,v 1.31 2008/02/23 17:53:23 sborrill Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -233,7 +233,7 @@ main(argc, argv)
/*
* select(2) hands back a file descriptor set where
- * only descriptors ready for I/O are set. Theses can
+ * only descriptors ready for I/O are set. These can
* be tested using FD_ISSET
*/
for (i = 0; i <= fd; i++) {