Fix a variety of typos.
No functional change. llvm-svn: 239995
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user