summaryrefslogtreecommitdiffstats
path: root/libhb/taskset.c
diff options
context:
space:
mode:
authorNomis101 <[email protected]>2019-07-31 07:27:27 +0200
committerDamiano Galassi <[email protected]>2019-07-31 07:27:27 +0200
commit38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch)
tree85e1025b1ea16d0eb6ef84c092a0bed464e9355c /libhb/taskset.c
parent25257473d278907a84bbf31f0903213d786ca064 (diff)
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'libhb/taskset.c')
-rw-r--r--libhb/taskset.c2
1 files changed, 1 insertions, 1 deletions
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.