[lldb] [nfc] Fix comment in testcase DW_TAG_variable-DW_AT_const_value.s
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 6 Jun 2020 21:31:30 +0000 (23:31 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 6 Jun 2020 21:31:30 +0000 (23:31 +0200)
lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s

index a6d4f19..fdbb173 100644 (file)
@@ -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; }