Fix a variety of typos.

No functional change.

llvm-svn: 239995
This commit is contained in:
Bruce Mitchener
2015-06-18 05:27:05 +00:00
parent 8b2492f2a0
commit 58ef391f3e
51 changed files with 112 additions and 112 deletions

View File

@@ -2472,7 +2472,7 @@ Process::DisableSoftwareBreakpoint (BreakpointSite *bp_site)
if (DoReadMemory (bp_addr, curr_break_op, break_op_size, error) == break_op_size)
{
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, break_op, break_op_size) == 0)
{
break_op_found = true;