[llvm] 6c07a00 - [llvm-readobj] - Fix a comment in stack-sizes.test. NFC.
Georgii Rymar via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 01:57:12 PDT 2019
Author: Georgii Rymar
Date: 2019-10-29T11:51:19+03:00
New Revision: 6c07a00aeb76faac06bcd821ee3b44df69e99a96
URL: https://github.com/llvm/llvm-project/commit/6c07a00aeb76faac06bcd821ee3b44df69e99a96
DIFF: https://github.com/llvm/llvm-project/commit/6c07a00aeb76faac06bcd821ee3b44df69e99a96.diff
LOG: [llvm-readobj] - Fix a comment in stack-sizes.test. NFC.
To address post commit review comment for D69167.
Added:
Modified:
llvm/test/tools/llvm-readobj/stack-sizes.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-readobj/stack-sizes.test b/llvm/test/tools/llvm-readobj/stack-sizes.test
index 3d660fcd2563..3d001b104954 100644
--- a/llvm/test/tools/llvm-readobj/stack-sizes.test
+++ b/llvm/test/tools/llvm-readobj/stack-sizes.test
@@ -643,7 +643,7 @@ Sections:
Type: R_X86_64_64
## Check we report an error when dumping stack sizes if the relocated section
-## identified by the sh_info field is invalid. Here sh_info value is larger than
+## identified by the sh_info field is invalid. Here the sh_info value is larger than
## the number of sections.
# RUN: yaml2obj --docnum=13 %s > %t18
More information about the llvm-commits
mailing list