summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-10 06:05:37 +0000
committerTim Potter <tpot@samba.org>2002-01-10 06:05:37 +0000
commitcd1ad031a66118149bffb4e4ded9720ce9605742 (patch)
tree98e69803af7ed0840cf865dbbf84c1d6c31dac87 /source3
parentb8b7ab052a305508eded8e6e32fb954aa9851612 (diff)
downloadsamba-cd1ad031a66118149bffb4e4ded9720ce9605742.tar.gz
samba-cd1ad031a66118149bffb4e4ded9720ce9605742.tar.bz2
samba-cd1ad031a66118149bffb4e4ded9720ce9605742.zip
Spelling fix.
(This used to be commit 85d3ffb2709258e576191adade9c61b11e83eec5)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/select.c b/source3/lib/select.c
index 396ecb5dd6..fa8aefd636 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)