summaryrefslogtreecommitdiff
path: root/source4/lib/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/select.c')
-rw-r--r--source4/lib/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/select.c b/source4/lib/select.c
index 066465c1be..a1b2e04065 100644
--- a/source4/lib/select.c
+++ b/source4/lib/select.c
@@ -51,7 +51,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.
********************************************************************/