diff options
| author | Georgii Rymar <grimar@accesssoftek.com> | 2020-01-14 12:51:52 +0300 |
|---|---|---|
| committer | Georgii Rymar <grimar@accesssoftek.com> | 2020-01-14 12:51:52 +0300 |
| commit | ec6579fc047f9ac18588b833dfde0b69064e013a (patch) | |
| tree | 1722a4ba9c1cd2d6c19510dff6cccd0c5e41504f | |
| parent | ad741853c38880dff99cd5b5035b8965c5a73011 (diff) | |
| download | bcm5719-llvm-ec6579fc047f9ac18588b833dfde0b69064e013a.tar.gz bcm5719-llvm-ec6579fc047f9ac18588b833dfde0b69064e013a.zip | |
[llvm-readobj][test] - Fix grammar in comments.
This addresses post commit review comments for D71766.
| -rw-r--r-- | llvm/test/tools/llvm-readobj/ELF/file-header-abi-version.test | 2 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-readobj/ELF/file-header-os-abi.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-readobj/ELF/file-header-abi-version.test b/llvm/test/tools/llvm-readobj/ELF/file-header-abi-version.test index a34f7736a9e..95e9e2636f8 100644 --- a/llvm/test/tools/llvm-readobj/ELF/file-header-abi-version.test +++ b/llvm/test/tools/llvm-readobj/ELF/file-header-abi-version.test @@ -1,4 +1,4 @@ -## This is a test to test how ABI version (EI_ABIVERSION) of an ELF file header is dumped. +## This is a test to test how the ABI version field (EI_ABIVERSION) of an ELF file header is dumped. ## EI_ABIVERSION is set to zero. # RUN: yaml2obj %s --docnum=1 -o %t.abiver.zero diff --git a/llvm/test/tools/llvm-readobj/ELF/file-header-os-abi.test b/llvm/test/tools/llvm-readobj/ELF/file-header-os-abi.test index 72e2f80f1ec..c169d29ff5b 100644 --- a/llvm/test/tools/llvm-readobj/ELF/file-header-os-abi.test +++ b/llvm/test/tools/llvm-readobj/ELF/file-header-os-abi.test @@ -1,4 +1,4 @@ -## This is a test to test how OS/ABI identification (EI_OSABI) of an ELF file header is dumped. +## This is a test to test how the OS/ABI identification field (EI_OSABI) of an ELF file header is dumped. ## EI_OSABI is set to ELFOSABI_NONE. # RUN: yaml2obj %s --docnum=1 -o %t.osabi.none |

