Module Name: src Committed By: wiz Date: Thu Apr 4 21:52:04 UTC 2013
Modified Files: src/lib/libc/sys: select.2 Log Message: pull over agc's typo fix from agc-symver branch. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libc/sys/select.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/select.2 diff -u src/lib/libc/sys/select.2:1.38 src/lib/libc/sys/select.2:1.39 --- src/lib/libc/sys/select.2:1.38 Mon Apr 5 21:25:56 2010 +++ src/lib/libc/sys/select.2 Thu Apr 4 21:52:04 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: select.2,v 1.38 2010/04/05 21:25:56 joerg Exp $ +.\" $NetBSD: select.2,v 1.39 2013/04/04 21:52:04 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -192,7 +192,7 @@ main(int argc, char **argv) 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);