From 8fc1e307f9c41e9958f78c75648e40744198c4b2 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 6 Jun 2020 23:31:30 +0200 Subject: [PATCH] [lldb] [nfc] Fix comment in testcase DW_TAG_variable-DW_AT_const_value.s --- .../Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a6d4f199a647..fdbb173a264f 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; }