summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-08 20:28:42 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-08 20:28:42 +0000
commit710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 (patch)
tree6130c80cdc395a1275d817de3d8767e45eba446d /lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
parent9dbbc49f7437113863b8ce06ee7a1235279de3bf (diff)
downloadbcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.tar.gz
bcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.zip
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Thanks Bruce! llvm-svn: 123083
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
index 011ae1f7cb2..69f1c7b5a2b 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
@@ -796,7 +796,7 @@ DWARFDebugLine::ParseStatementTable
// opcode divided by the line_range multiplied by the
// minimum_instruction_length field from the header. That is:
//
- // address increment = (adjusted opcode / line_range) * minimim_instruction_length
+ // address increment = (adjusted opcode / line_range) * minimum_instruction_length
//
// The amount to increment the line register is the line_base plus
// the result of the adjusted opcode modulo the line_range. That is:
@@ -1142,7 +1142,7 @@ DWARFDebugLine::Row::Insert(Row::collection& state_coll, const Row& state)
// with the current one if the one it is replacing is an end_sequence entry.
// We currently always place an extra end sequence when ever we exit a valid
// address range for a function in case the functions get rearranged by
- // optmimizations or by order specifications. These extra end sequences will
+ // optimizations or by order specifications. These extra end sequences will
// disappear by getting replaced with valid consecutive entries within a
// compile unit if there are no gaps.
if (range.first == range.second)
@@ -1202,7 +1202,7 @@ void
DWARFDebugLine::State::AppendRowToMatrix(dw_offset_t offset)
{
// Each time we are to add an entry into the line table matrix
- // call the callback funtion so that someone can do something with
+ // call the callback function so that someone can do something with
// the current state of the state machine (like build a line table
// or dump the line table!)
if (log)
OpenPOWER on IntegriCloud