cosmetics: fix a few typos

Change-Id: I73b1900b2d960c4c57ef7078df137c776b321a1b
This commit is contained in:
James Zern
2013-11-27 20:17:18 -08:00
parent cc55790e37
commit c12e2369d8
2 changed files with 2 additions and 2 deletions

View File

@ -385,7 +385,7 @@ int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) {
VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) {
// Call setup() first. This may trigger additional decoding features on 'io'.
// Note: Afterward, we must call teardown() not matter what.
// Note: Afterward, we must call teardown() no matter what.
if (io->setup != NULL && !io->setup(io)) {
VP8SetError(dec, VP8_STATUS_USER_ABORT, "Frame setup failed");
return dec->status_;