diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-10-04 22:33:39 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-10-04 22:33:39 +0000 |
commit | 173946dca61175350b415745848e946dceef6968 (patch) | |
tree | bacf1866316a61bed625a9a0c9e670c470fe8953 /lldb/source/Plugins/UnwindAssembly | |
parent | ecc82ef0c22ea69d667cafb52f144ca5b32fad87 (diff) | |
download | bcm5719-llvm-173946dca61175350b415745848e946dceef6968.tar.gz bcm5719-llvm-173946dca61175350b415745848e946dceef6968.zip |
Fix typos.
Reviewers: lldb-commits
Subscribers: srhines, ki.stfu
Differential Revision: https://reviews.llvm.org/D52884
llvm-svn: 343825
Diffstat (limited to 'lldb/source/Plugins/UnwindAssembly')
-rw-r--r-- | lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp b/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp index 54e182b30b6..b70c2c44d3e 100644 --- a/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp +++ b/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp @@ -606,7 +606,7 @@ bool UnwindAssemblyInstEmulation::WriteRegister( assert( (generic_regnum == LLDB_REGNUM_GENERIC_PC || generic_regnum == LLDB_REGNUM_GENERIC_FLAGS) && - "eInfoTypeISA used for poping a register other the the PC/FLAGS"); + "eInfoTypeISA used for popping a register other the PC/FLAGS"); if (generic_regnum != LLDB_REGNUM_GENERIC_FLAGS) { m_curr_row->SetRegisterLocationToSame(reg_num, false /*must_replace*/); |