From b3f5ca5a7ce0d5d409bb4a7bf4e4686a0a55f6a4 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Sun, 10 Jul 2016 09:29:44 +0300 Subject: [PATCH] process: Trivial typo fix Signed-off-by: Timo Kokkonen --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index d458106..1b06e59 100644 --- a/process.c +++ b/process.c @@ -178,7 +178,7 @@ int queue_work(unsigned int priority, char *name, workers_active++; mutex_unlock(&work_stats_mutex); - pr_info("Creting new worker thread\n"); + pr_info("Creating new worker thread\n"); /* We need a worker thread, create one */ thread = calloc(sizeof(*thread), 1); pthread_create(thread, NULL, worker_thread, NULL); -- 2.44.0