summaryrefslogtreecommitdiffstats
path: root/source/lib
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
commit85d3ffb2709258e576191adade9c61b11e83eec5 (patch)
treea31225e4e0cfec3aac83abd3e9c44e84c991092a /source/lib
parent934aacdb39a0c21c43505dbba696b746f1333df3 (diff)
downloadsamba-85d3ffb2709258e576191adade9c61b11e83eec5.tar.gz
samba-85d3ffb2709258e576191adade9c61b11e83eec5.tar.xz
samba-85d3ffb2709258e576191adade9c61b11e83eec5.zip
Spelling fix.
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/select.c b/source/lib/select.c
index 396ecb5dd6b..fa8aefd6363 100644
--- a/source/lib/select.c
+++ b/source/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)