]> granicus.if.org Git - libvpx/commitdiff
Fix comment typo in common_data.h
authorJingning Han <jingning@google.com>
Fri, 21 Oct 2016 23:30:10 +0000 (16:30 -0700)
committerJingning Han <jingning@google.com>
Fri, 21 Oct 2016 23:30:10 +0000 (16:30 -0700)
"varios" -> "various"

Change-Id: If91a462dc009f701c48c2cfd7965cd71f61f2970

av1/common/common_data.h

index 62e9937a0288f5b538d869e1502d003959200fd8..528343b15d6f249e97d13643bc455f570e929e51 100644 (file)
@@ -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)
 };