From: Frank Galligan Date: Wed, 9 Apr 2014 15:48:44 +0000 (-0700) Subject: Fix TODO typo X-Git-Tag: v1.4.0~1861^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbf8971a282a0355785061eb446e8bcf8c9426ed;p=libvpx Fix TODO typo Change-Id: I7a5230852cb24ce22bfe85ea2608cdb4619b5200 --- diff --git a/vp9/decoder/vp9_decodeframe.c b/vp9/decoder/vp9_decodeframe.c index a9af86d33..022a4296f 100644 --- a/vp9/decoder/vp9_decodeframe.c +++ b/vp9/decoder/vp9_decodeframe.c @@ -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;