summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-08-15 10:33:09 +0200
committerJeremy Allison <jra@samba.org>2016-08-24 01:33:48 +0200
commitc4ef0c8f3ecc4266fed3af8537ba2998730b3750 (patch)
treeea72791e59543fa0ee1d55ab04c74cf9f0941f77 /lib/tevent
parent4771d0792e4343cc8631a36247a2f3c7c31d58b3 (diff)
downloadsamba-c4ef0c8f3ecc4266fed3af8537ba2998730b3750.tar.gz
tevent: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_threads.c b/lib/tevent/tevent_threads.c
index 15882e4f40b..22b854c410f 100644
--- a/lib/tevent/tevent_threads.c
+++ b/lib/tevent/tevent_threads.c
@@ -108,7 +108,7 @@ static void schedule_immediate_functions(struct tevent_thread_proxy *tp)
if (tp->tofree_im_list != NULL) {
/*
* Once the current immediate events
- * are processed, we need to reshedule
+ * are processed, we need to reschedule
* ourselves to free them. This works
* as tevent_schedule_immediate()
* always adds events to the *END* of