[llvm] r375405 - [obj2yaml] - Fix a comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 03:40:43 PDT 2019


Author: grimar
Date: Mon Oct 21 03:40:43 2019
New Revision: 375405

URL: http://llvm.org/viewvc/llvm-project?rev=375405&view=rev
Log:
[obj2yaml] - Fix a comment. NFC.

I forgot to address this nit before committing..

Modified:
    llvm/trunk/test/tools/obj2yaml/invalid-section-name.yaml

Modified: llvm/trunk/test/tools/obj2yaml/invalid-section-name.yaml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/obj2yaml/invalid-section-name.yaml?rev=375405&r1=375404&r2=375405&view=diff
==============================================================================
--- llvm/trunk/test/tools/obj2yaml/invalid-section-name.yaml (original)
+++ llvm/trunk/test/tools/obj2yaml/invalid-section-name.yaml Mon Oct 21 03:40:43 2019
@@ -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




More information about the llvm-commits mailing list