diff options
author | Nomis101 <[email protected]> | 2019-07-31 07:27:27 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-07-31 07:27:27 +0200 |
commit | 38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch) | |
tree | 85e1025b1ea16d0eb6ef84c092a0bed464e9355c /libhb/taskset.c | |
parent | 25257473d278907a84bbf31f0903213d786ca064 (diff) |
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'libhb/taskset.c')
-rw-r--r-- | libhb/taskset.c | 2 |
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. |