Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/agc-symver]: src/lib/libc/sys correct a typo



details:   https://anonhg.NetBSD.org/src/rev/578b29e8dad6
branches:  agc-symver
changeset: 785649:578b29e8dad6
user:      agc <agc%NetBSD.org@localhost>
date:      Wed Apr 03 23:36:25 2013 +0000

description:
correct a typo

diffstat:

 lib/libc/sys/select.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f85e86960d28 -r 578b29e8dad6 lib/libc/sys/select.2
--- a/lib/libc/sys/select.2     Wed Apr 03 02:16:14 2013 +0000
+++ b/lib/libc/sys/select.2     Wed Apr 03 23:36:25 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: select.2,v 1.38 2010/04/05 21:25:56 joerg Exp $
+.\"    $NetBSD: select.2,v 1.38.18.1 2013/04/03 23:36:25 agc Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -192,7 +192,7 @@
        FD_SET(fd, \*[Am]read_set);
 
        /*
-        * Check if data is ready to be readen on
+        * Check if data is ready to be read on
         * file descriptor 1, give up after 10 seconds.
         */
        ret = select(fd + 1, \*[Am]read_set, NULL, NULL, \*[Am]timeout);



Home | Main Index | Thread Index | Old Index