diff options
-rw-r--r-- | lib/tevent/tevent_queue.c | 2 |
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. |