From 8c32a475e4a9ae94a450be30bcd5e5d12b9e20fe Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 6 Apr 2023 16:05:03 +0200 Subject: [PATCH] lib:pthreadpool: Fix code spelling Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider Reviewed-by: Joseph Sutton --- lib/pthreadpool/pthreadpool_tevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pthreadpool/pthreadpool_tevent.c b/lib/pthreadpool/pthreadpool_tevent.c index 389bb06b54c..a66f444d193 100644 --- a/lib/pthreadpool/pthreadpool_tevent.c +++ b/lib/pthreadpool/pthreadpool_tevent.c @@ -27,7 +27,7 @@ struct pthreadpool_tevent_job_state; /* - * We need one pthreadpool_tevent_glue object per unique combintaion of tevent + * We need one pthreadpool_tevent_glue object per unique combination of tevent * contexts and pthreadpool_tevent objects. Maintain a list of used tevent * contexts in a pthreadpool_tevent. */