From: Jingning Han Date: Fri, 21 Oct 2016 23:30:10 +0000 (-0700) Subject: Fix comment typo in common_data.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7230e9f20fb599e1ef5bbcc785c226290b77b18;p=libvpx Fix comment typo in common_data.h "varios" -> "various" Change-Id: If91a462dc009f701c48c2cfd7965cd71f61f2970 --- diff --git a/av1/common/common_data.h b/av1/common/common_data.h index 62e9937a0..528343b15 100644 --- a/av1/common/common_data.h +++ b/av1/common/common_data.h @@ -41,7 +41,7 @@ static const uint8_t mi_height_log2_lookup[BLOCK_SIZES] = { 0, 0, 0, 0, 1, 0, 1, 2, 1, 2, 3, 2, 3, IF_EXT_PARTITION(4, 3, 4) }; -// Width/height lookup tables in units of varios block sizes +// Width/height lookup tables in units of various block sizes static const uint8_t num_4x4_blocks_wide_lookup[BLOCK_SIZES] = { 1, 1, 2, 2, 2, 4, 4, 4, 8, 8, 8, 16, 16, IF_EXT_PARTITION(16, 32, 32) };