cosmetics: remove use of 'sanity' / 'master'

replace with more inclusive terms or remove the comment entirely if the
meaning was already clear.

Bug: webp:507
Change-Id: Ica3bbf751ebf79f6668df6e6209af770248ff4ca
This commit is contained in:
James Zern
2021-05-20 12:57:49 -07:00
parent 29b6129c78
commit 1f5791398c
12 changed files with 12 additions and 18 deletions

View File

@ -183,7 +183,7 @@ const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec,
assert(dec != NULL && io != NULL);
if (row < 0 || num_rows <= 0 || row + num_rows > height) {
return NULL; // sanity check.
return NULL;
}
if (!dec->is_alpha_decoded_) {