[PATCH] Fix a typo

Jeremy Allison jra at samba.org
Sat Aug 20 03:38:45 UTC 2016


On Fri, Aug 19, 2016 at 05:09:20PM +0200, Volker Lendecke wrote:
> Hi!
> 
> Review appreciated!
> 
> Thanks, Volker

> 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

LGTM. Pushed !



More information about the samba-technical mailing list