summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-04-03 07:49:34 +0000
committerBill Wendling <isanbard@gmail.com>2012-04-03 07:49:34 +0000
commit542f2429f3251cee363550caf5d0b303c160cecc (patch)
tree518f333bbe4adbcbe2e9354d68fe216239b2b4f0
parent269703f98315dfaa6a5b9b6d9d26853558777b10 (diff)
downloadbcm5719-llvm-542f2429f3251cee363550caf5d0b303c160cecc.tar.gz
bcm5719-llvm-542f2429f3251cee363550caf5d0b303c160cecc.zip
Spell 'DW_TAG_APPLE_property' with the correct capitalization.
llvm-svn: 153940
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
index 5ce1b75f013..710aa043137 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -1480,7 +1480,7 @@ SymbolFileDWARF::ParseChildMembers
switch (tag)
{
case DW_TAG_member:
- case DW_TAG_APPLE_Property:
+ case DW_TAG_APPLE_property:
{
DWARFDebugInfoEntry::Attributes attributes;
const size_t num_attributes = die->GetAttributes (this,
OpenPOWER on IntegriCloud