cosmetics: fix some typos

Change-Id: I0d6efebd817815139db5ae87236fd8911df4d53c
This commit is contained in:
James Zern
2013-11-26 19:21:14 -08:00
parent cb261f790f
commit 4931c3294b
13 changed files with 15 additions and 15 deletions

View File

@ -85,7 +85,7 @@ static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data,
}
// Decodes, unfilters and dequantizes *at least* 'num_rows' rows of alpha
// starting from row number 'row'. It assumes that rows upto (row - 1) have
// starting from row number 'row'. It assumes that rows up to (row - 1) have
// already been decoded.
// Returns false in case of bitstream error.
static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) {