diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-06-18 05:27:05 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-06-18 05:27:05 +0000 |
commit | 58ef391f3ef80cc4e4e375b7e2f1f397afd47b90 (patch) | |
tree | 5745c92f275d16ef1c8c47b79e523929b3169a36 /lldb/source/Host/common/SoftwareBreakpoint.cpp | |
parent | 8b2492f2a0e0b143c4c4f17765901e568af92e68 (diff) | |
download | bcm5719-llvm-58ef391f3ef80cc4e4e375b7e2f1f397afd47b90.tar.gz bcm5719-llvm-58ef391f3ef80cc4e4e375b7e2f1f397afd47b90.zip |
Fix a variety of typos.
No functional change.
llvm-svn: 239995
Diffstat (limited to 'lldb/source/Host/common/SoftwareBreakpoint.cpp')
-rw-r--r-- | lldb/source/Host/common/SoftwareBreakpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/SoftwareBreakpoint.cpp b/lldb/source/Host/common/SoftwareBreakpoint.cpp index 79e8153e873..5a6f78372b3 100644 --- a/lldb/source/Host/common/SoftwareBreakpoint.cpp +++ b/lldb/source/Host/common/SoftwareBreakpoint.cpp @@ -234,7 +234,7 @@ SoftwareBreakpoint::DoDisable () if (error.Success ()) { bool verify = false; - // Make sure we have the a breakpoint opcode exists at this address + // Make sure the breakpoint opcode exists at this address if (::memcmp (curr_break_op, m_trap_opcodes, m_opcode_size) == 0) { break_op_found = true; |