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/DWARFDebugRanges.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/DWARFDebugRanges.cpp')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp index daa3b0aa666..0953554ffd7 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp @@ -143,7 +143,7 @@ DWARFDebugRanges::Dump(Stream &s, const DWARFDataExtractor& debug_ranges_data, l { dw_addr_t begin = debug_ranges_data.GetMaxU64(offset_ptr, addr_size); dw_addr_t end = debug_ranges_data.GetMaxU64(offset_ptr, addr_size); - // Extend 4 byte addresses that consits of 32 bits of 1's to be 64 bits + // Extend 4 byte addresses that consists of 32 bits of 1's to be 64 bits // of ones if (begin == 0xFFFFFFFFull && addr_size == 4) begin = LLDB_INVALID_ADDRESS; |

