diff options
-rw-r--r-- | llvm/test/tools/obj2yaml/invalid-section-name.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/obj2yaml/invalid-section-name.yaml b/llvm/test/tools/obj2yaml/invalid-section-name.yaml index ed972ef75ca..0f1251c212c 100644 --- a/llvm/test/tools/obj2yaml/invalid-section-name.yaml +++ b/llvm/test/tools/obj2yaml/invalid-section-name.yaml @@ -1,6 +1,6 @@ ## Check we do not crash/assert when dumping a broken section name. ## Here we replace "foo" name with a sequence of characters that -## do are not representable as unsigned char. +## are not representable as unsigned char. ## We used to have an assert for this case before. # RUN: yaml2obj %s -o %t |