summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-08-19 16:18:56 +0200
committerJeremy Allison <jra@samba.org>2016-08-20 05:51:10 +0200
commitd203dfbfe42b430468000e893c14fe752f447e9c (patch)
treeef60d88273029e87deb8294c5ff978fd78e68059 /lib/tevent
parent57a54af66f414708d5c02f346f08bc4bfd55349d (diff)
downloadsamba-d203dfbfe42b430468000e893c14fe752f447e9c.tar.gz
tevent: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_queue.c b/lib/tevent/tevent_queue.c
index cefe91ae165..5516c6cb1e5 100644
--- a/lib/tevent/tevent_queue.c
+++ b/lib/tevent/tevent_queue.c
@@ -187,7 +187,7 @@ static struct tevent_queue_entry *tevent_queue_add_internal(
if (req->async.fn != NULL) {
/*
- * If the callers wants to optimize for the
+ * If the caller wants to optimize for the
* empty queue case, call the trigger only
* if there is no callback defined for the
* request yet.