summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorgii Rymar <grimar@accesssoftek.com>2020-01-14 12:51:52 +0300
committerGeorgii Rymar <grimar@accesssoftek.com>2020-01-14 12:51:52 +0300
commitec6579fc047f9ac18588b833dfde0b69064e013a (patch)
tree1722a4ba9c1cd2d6c19510dff6cccd0c5e41504f
parentad741853c38880dff99cd5b5035b8965c5a73011 (diff)
downloadbcm5719-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.test2
-rw-r--r--llvm/test/tools/llvm-readobj/ELF/file-header-os-abi.test2
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
OpenPOWER on IntegriCloud