Spelling fix.
authorTim Potter <tpot@samba.org>
Thu, 10 Jan 2002 06:05:37 +0000 (06:05 +0000)
committerTim Potter <tpot@samba.org>
Thu, 10 Jan 2002 06:05:37 +0000 (06:05 +0000)
(This used to be commit 85d3ffb2709258e576191adade9c61b11e83eec5)

source3/lib/select.c

index 396ecb5dd6b0bce745c500cdb6656915c6f7a5d4..fa8aefd63638212c6ba20e4e41b8eb62bebc2f6a 100644 (file)
@@ -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)