diff options
author | Ed Maste <emaste@freebsd.org> | 2016-07-19 15:28:02 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-07-19 15:28:02 +0000 |
commit | 75500e72bb9db4451e4ecd19f4d47cfa6f394239 (patch) | |
tree | 78eaf17f283b1daff95ca33baf937e51ac518216 /lldb/source/Target/StackFrame.cpp | |
parent | 83cc0622ec53fe0c2fed6aa56566411a44935314 (diff) | |
download | bcm5719-llvm-75500e72bb9db4451e4ecd19f4d47cfa6f394239.tar.gz bcm5719-llvm-75500e72bb9db4451e4ecd19f4d47cfa6f394239.zip |
Typo corrections identified by codespell
Submitted by giffunip@yahoo.com; I fixed a couple of nearby errors and
incorrect changes in the patch.
llvm.org/pr27634
llvm-svn: 275983
Diffstat (limited to 'lldb/source/Target/StackFrame.cpp')
-rw-r--r-- | lldb/source/Target/StackFrame.cpp | 2 |
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); } |