diff options
| author | sborrill <sborrill@NetBSD.org> | 2008-02-23 17:53:23 +0000 |
|---|---|---|
| committer | sborrill <sborrill@NetBSD.org> | 2008-02-23 17:53:23 +0000 |
| commit | b701bbf89d3e82245cd4ab7ed4728fcf59cfa0ba (patch) | |
| tree | f3cf32bf5be176b941a5dfd33977352f31cc5292 /lib/libc/sys | |
| parent | 6b59ecacca63b062a9dbedaa6d4af7cdbe327df2 (diff) | |
Fix tiny typo
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/select.2 | 4 |
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++) { |
