diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-07-08 18:05:41 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-07-08 18:05:41 +0000 |
commit | aaa0ba31a996b189b8985e5d05559c254c05d3f8 (patch) | |
tree | 6ea608bed1677877a10c908ff1806db2b3d5fc5f /lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | |
parent | c3aba6aafa2c85ef01001fc223b2f988d5e76bfe (diff) | |
download | bcm5719-llvm-aaa0ba31a996b189b8985e5d05559c254c05d3f8.tar.gz bcm5719-llvm-aaa0ba31a996b189b8985e5d05559c254c05d3f8.zip |
Fix typos.
llvm-svn: 212553
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp')
-rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp index 90ecc1f55fb..325a566ead1 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp @@ -81,7 +81,7 @@ SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap(SymbolFileDWARFDebugMa ///const uint32_t fun_resolve_flags = SymbolContext::Module | eSymbolContextCompUnit | eSymbolContextFunction; //SectionList *oso_sections = oso_objfile->Sections(); // Now we need to make sections that map from zero based object - // file addresses to where things eneded up in the main executable. + // file addresses to where things ended up in the main executable. assert (comp_unit_info->first_symbol_index != UINT32_MAX); // End index is one past the last valid symbol index @@ -214,7 +214,7 @@ public: SymbolVendor* symbol_vendor = Module::GetSymbolVendor(can_create, feedback_strm); if (symbol_vendor) { - // Set a a pointer to this class to set our OSO DWARF file know + // Set a pointer to this class to set our OSO DWARF file know // that the DWARF is being used along with a debug map and that // it will have the remapped sections that we do below. SymbolFileDWARF *oso_symfile = SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symbol_vendor->GetSymbolFile()); |