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/Target/StackFrameList.cpp | |
| parent | c3aba6aafa2c85ef01001fc223b2f988d5e76bfe (diff) | |
| download | bcm5719-llvm-aaa0ba31a996b189b8985e5d05559c254c05d3f8.tar.gz bcm5719-llvm-aaa0ba31a996b189b8985e5d05559c254c05d3f8.zip | |
Fix typos.
llvm-svn: 212553
Diffstat (limited to 'lldb/source/Target/StackFrameList.cpp')
| -rw-r--r-- | lldb/source/Target/StackFrameList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/StackFrameList.cpp b/lldb/source/Target/StackFrameList.cpp index d81606a4ef7..99234dc61f1 100644 --- a/lldb/source/Target/StackFrameList.cpp +++ b/lldb/source/Target/StackFrameList.cpp @@ -269,7 +269,7 @@ StackFrameList::GetFramesUpTo(uint32_t end_idx) StreamFile s(stdout, false); #endif // If we are hiding some frames from the outside world, we need to add those onto the total count of - // frames to fetch. However, we don't need ot do that if end_idx is 0 since in that case we always + // frames to fetch. However, we don't need to do that if end_idx is 0 since in that case we always // get the first concrete frame and all the inlined frames below it... And of course, if end_idx is // UINT32_MAX that means get all, so just do that... |

