summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/StackFrame.cpp')
-rw-r--r--lldb/source/Target/StackFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/StackFrame.cpp b/lldb/source/Target/StackFrame.cpp
index 8488377158d..7110051d28e 100644
--- a/lldb/source/Target/StackFrame.cpp
+++ b/lldb/source/Target/StackFrame.cpp
@@ -315,7 +315,7 @@ StackFrame::GetFrameBlock ()
}
else
{
- // This block is not contained withing any inlined function blocks
+ // This block is not contained within any inlined function blocks
// with so we want to use the top most function block.
return &m_sc.function->GetBlock (false);
}
OpenPOWER on IntegriCloud