Fix TODO typo
authorFrank Galligan <fgalligan@google.com>
Wed, 9 Apr 2014 15:48:44 +0000 (08:48 -0700)
committerFrank Galligan <fgalligan@google.com>
Wed, 9 Apr 2014 15:48:44 +0000 (08:48 -0700)
Change-Id: I7a5230852cb24ce22bfe85ea2608cdb4619b5200

vp9/decoder/vp9_decodeframe.c

index a9af86d3356c2b60bb852a3accff82000027ac76..022a4296f1850f20395c47bb7507086f902401ac 100644 (file)
@@ -882,7 +882,7 @@ static const uint8_t *decode_tiles_mt(VP9Decoder *pbi,
   assert(tile_rows == 1);
   (void)tile_rows;
 
-  // TODO(jzen): See if we can remove the restriction of passing in max
+  // TODO(jzern): See if we can remove the restriction of passing in max
   // threads to the decoder.
   if (pbi->num_tile_workers == 0) {
     const int num_threads = pbi->oxcf.max_threads & ~1;