[PATCH] Fix a typo

Volker Lendecke vl at samba.org
Fri Aug 19 15:09:20 UTC 2016


Hi!

Review appreciated!

Thanks, Volker
-------------- next part --------------
>From 57f990fae5b3e44e785d378cb08c75bd2abc5ff1 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Fri, 19 Aug 2016 16:18:56 +0200
Subject: [PATCH] tevent: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 lib/tevent/tevent_queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tevent/tevent_queue.c b/lib/tevent/tevent_queue.c
index cefe91a..5516c6c 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.
-- 
2.1.4



More information about the samba-technical mailing list