From: Jan Kratochvil Date: Sat, 6 Jun 2020 21:31:30 +0000 (+0200) Subject: [lldb] [nfc] Fix comment in testcase DW_TAG_variable-DW_AT_const_value.s X-Git-Tag: llvmorg-12-init~3863 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fc1e307f9c41e9958f78c75648e40744198c4b2;p=platform%2Fupstream%2Fllvm.git [lldb] [nfc] Fix comment in testcase DW_TAG_variable-DW_AT_const_value.s --- diff --git a/lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s b/lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s index a6d4f19..fdbb173 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s +++ b/lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s @@ -7,7 +7,7 @@ # CHECK: (const long) $0 = 0xed9a924c00011151 -# The DW_TAG_variable using DW_AT_const_value. can be produced from: +# The DW_TAG_variable using DW_AT_const_value can be compiled from: # static const long magic64 = 0xed9a924c00011151; # int main(void) { return magic64; }