commit | 5330ccdd5b7a4e2b867904f42accef7755cd588d | [log] [tgz] |
---|---|---|
author | Hongguang Chen <[email protected]> | Wed Jul 22 15:57:35 2020 -0700 |
committer | Hongguang Chen <[email protected]> | Thu Jul 23 01:23:45 2020 +0000 |
tree | 8f1f7263fffc6b9b5b5ff0a29cf180a18c7bcae3 | |
parent | 4058c5cf5963fae7eace82579942b8cf52bd873b [diff] [blame] |
Use more inclusive language for #inclusivefixit Updating language to comply with Android’s inclusive language guidance. See https://source.android.com/setup/contribute/respectful-code for reference. Bug: 161896447 Test: Trivial changes Change-Id: Ia84d47930b5d9ca4a5f7c809777c886bece4f512
diff --git a/fastboot/fuzzy_fastboot/main.cpp b/fastboot/fuzzy_fastboot/main.cpp index e7f785b..34ab32c 100644 --- a/fastboot/fuzzy_fastboot/main.cpp +++ b/fastboot/fuzzy_fastboot/main.cpp
@@ -1286,7 +1286,7 @@ ASSERT_TRUE(PartitionHash(fb.get(), "userdata", &hash_buf, &retcode, &err_msg)) << err_msg; ASSERT_EQ(retcode, 0) << err_msg; - // Sanity check of hash + // Validity check of hash EXPECT_NE(hash_before, hash_buf) << "Writing a random buffer to 'userdata' had the same hash as after erasing it"; SetLockState(true); // Lock the device