commit | 1237c1f5775d0ad1cb719b5d6a417a6f61ad186c | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Wed Jul 29 01:20:01 2020 +0800 |
committer | Yo Chiang <yochiang@google.com> | Wed Jul 29 01:20:01 2020 +0800 |
tree | 6a574fefef2f24632be7087148ae11037b6833c3 | |
parent | c8343a3f0e1552bfa2d744adfdfbee2907464348 [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: TH Change-Id: I2a93e520120fa52a190a445b4d4c417c299b9727
diff --git a/tools/check_elf_file.py b/tools/check_elf_file.py index de855c6..372404b 100755 --- a/tools/check_elf_file.py +++ b/tools/check_elf_file.py
@@ -174,7 +174,7 @@ @classmethod def open(cls, elf_file_path, llvm_readobj): """Open and parse the ELF file.""" - # Parse the ELF header for simple sanity checks. + # Parse the ELF header to check the magic word. header = cls._read_elf_header(elf_file_path) if not header or header.ei_magic != _ELF_MAGIC: raise ELFInvalidMagicError()