diff options
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r-- | libhb/muxcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index de62c1241..59a1f9457 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -409,7 +409,7 @@ static int muxWork( hb_work_object_t * w, hb_buffer_t ** buf_in, if ( mf_full( track ) ) { // If the track's fifo is still full, advance - // the currint interleave point and try again. + // the current interleave point and try again. hb_bitvec_cpy(mux->rdy, mux->allRdy); break; } |