diff options
author | 2021-02-24 16:37:02 +0000 | |
---|---|---|
committer | 2021-02-24 16:37:06 +0000 | |
commit | b19716d1b704af667b480bfd859e25486ca759e2 (patch) | |
tree | f4d7becf59478433a7bf41944458ece849c95eda | |
parent | fd4f3c4c63d72fa1fc2d9606c62864562ffe9e87 (diff) |
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference
Change-Id: I31af76f9b8546e72ffb476e3cfeab789fc29cdee
-rw-r--r-- | tools/zipalign/ZipEntry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/zipalign/ZipEntry.cpp b/tools/zipalign/ZipEntry.cpp index 5233f0afdf..fcad96cfa9 100644 --- a/tools/zipalign/ZipEntry.cpp +++ b/tools/zipalign/ZipEntry.cpp @@ -87,7 +87,7 @@ status_t ZipEntry::initFromCDE(FILE* fp) } /* - * Sanity-check the LFH. Note that this will fail if the "kUsesDataDescr" + * Check the LFH. Note that this will fail if the "kUsesDataDescr" * flag is set, because the LFH is incomplete. (Not a problem, since we * prefer the CDE values.) */ |