From 38c3ba1835622ba28cfcb3642f49afba7a8e412e Mon Sep 17 00:00:00 2001 From: Nomis101 Date: Wed, 31 Jul 2019 07:27:27 +0200 Subject: Fix some typos (#2202) Fix some typos --- libhb/taskset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/taskset.c') diff --git a/libhb/taskset.c b/libhb/taskset.c index 87914ba73..add7a4478 100644 --- a/libhb/taskset.c +++ b/libhb/taskset.c @@ -70,7 +70,7 @@ taskset_init( taskset_t *ts, int thread_count, size_t arg_size ) memset(ts->task_threads_args, 0, ts->arg_size * ts->thread_count ); /* - * Inialize bitmaps to all bits set. This means that any unused bits + * Initialize bitmaps to all bits set. This means that any unused bits * in the bitmap are already in the "condition satisfied" state allowing * us to test the bitmap 32bits at a time without having to mask off * the end. -- cgit v1.2.3