From: Tim Potter Date: Thu, 10 Jan 2002 06:05:37 +0000 (+0000) Subject: Spelling fix. X-Git-Tag: samba-4.0.0alpha6~801^2~16093 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=cd1ad031a66118149bffb4e4ded9720ce9605742 Spelling fix. (This used to be commit 85d3ffb2709258e576191adade9c61b11e83eec5) --- diff --git a/source3/lib/select.c b/source3/lib/select.c index 396ecb5dd6b..fa8aefd6363 100644 --- a/source3/lib/select.c +++ b/source3/lib/select.c @@ -49,7 +49,7 @@ void sys_select_signal(void) /******************************************************************* like select() but avoids the signal race using a pipe -it also guuarantees that fds on return only ever contains bits set +it also guarantees that fds on return only ever contains bits set for file descriptors that were readable ********************************************************************/ int sys_select(int maxfd, fd_set *fds,struct timeval *tval)