quic: fix typo golomb_deoding -> golomb_decoding

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2017-08-03 10:56:20 +01:00
parent b64ee40a60
commit 9f6a671294

View File

@ -627,7 +627,7 @@ static void FNAME(uncompress_row)(Encoder *encoder, Channel *channel,
#undef RLE_PRED_2_IMP
#undef RLE_PRED_3_IMP
#undef golomb_coding
#undef golomb_deoding
#undef golomb_decoding
#undef update_model
#undef find_bucket
#undef family