diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-06-13 16:21:24 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-06-13 16:21:24 +0000 |
commit | 4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82 (patch) | |
tree | c92a9bc17209b51eff2bf8bb2b526a69c7a281d4 /lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | |
parent | a6ce3fe72b5cd32bf5e3a139b3cc6844bf0cc715 (diff) | |
download | bcm5719-llvm-4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82.tar.gz bcm5719-llvm-4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82.zip |
Fix/unify the spelling of Objective-C.
llvm-svn: 334614
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp')
-rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp index 218e6a3a862..d25e2c61200 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp @@ -1089,7 +1089,7 @@ bool SymbolFileDWARFDebugMap::Supports_DW_AT_APPLE_objc_complete_type( TypeSP SymbolFileDWARFDebugMap::FindCompleteObjCDefinitionTypeForDIE( const DWARFDIE &die, const ConstString &type_name, bool must_be_implementation) { - // If we have a debug map, we will have an Objective C symbol whose name is + // If we have a debug map, we will have an Objective-C symbol whose name is // the type name and whose type is eSymbolTypeObjCClass. If we can find that // symbol and find its containing parent, we can locate the .o file that will // contain the implementation definition since it will be scoped inside the |