tevent: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 19 Aug 2016 14:18:56 +0000 (16:18 +0200)
committerJeremy Allison <jra@samba.org>
Sat, 20 Aug 2016 03:51:10 +0000 (05:51 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/tevent_queue.c

index cefe91ae165419a4d493964141bc06e113ae13cf..5516c6cb1e5e96c66b79a7fe71667ac43b02953f 100644 (file)
@@ -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.