From 685ae98920d70210aef0cb70edb49640dec48aac Mon Sep 17 00:00:00 2001 From: George Rimar Date: Mon, 21 Oct 2019 10:40:43 +0000 Subject: [PATCH] [obj2yaml] - Fix a comment. NFC. I forgot to address this nit before committing.. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375405 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/obj2yaml/invalid-section-name.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/obj2yaml/invalid-section-name.yaml b/test/tools/obj2yaml/invalid-section-name.yaml index ed972ef75ca..0f1251c212c 100644 --- a/test/tools/obj2yaml/invalid-section-name.yaml +++ b/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 -- 2.40.0