From bbf8971a282a0355785061eb446e8bcf8c9426ed Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Wed, 9 Apr 2014 08:48:44 -0700 Subject: [PATCH] Fix TODO typo Change-Id: I7a5230852cb24ce22bfe85ea2608cdb4619b5200 --- vp9/decoder/vp9_decodeframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1