commit | c036b106d1e282f8cd60af9c133ddcaa24094c78 | [log] [tgz] |
---|---|---|
author | Saint Chou <saintchou@google.com> | Wed Jul 29 12:02:08 2020 +0000 |
committer | Saint Chou <saintchou@google.com> | Wed Jul 29 12:04:05 2020 +0000 |
tree | db24fcd56cce7b64410c5139dd690cbffbbc4c3d | |
parent | a9997f04744cbf8bf2dd83785f5f6271b46fcca7 [diff] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference #inclusivefixit Bug: 161896447 Change-Id: I28df0e1a45fb625fd70b5cd471e01e7f60fcd652 Test: NA (Comment only)
diff --git a/payload_generator/delta_diff_utils.cc b/payload_generator/delta_diff_utils.cc index 22752e8..9a08815 100644 --- a/payload_generator/delta_diff_utils.cc +++ b/payload_generator/delta_diff_utils.cc
@@ -938,7 +938,7 @@ if (magic != EXT2_SUPER_MAGIC) return false; - // Sanity check the parameters. + // Validation check the parameters. TEST_AND_RETURN_FALSE(log_block_size >= EXT2_MIN_BLOCK_LOG_SIZE && log_block_size <= EXT2_MAX_BLOCK_LOG_SIZE); TEST_AND_RETURN_FALSE(block_count > 0);