Fix a typo.

llvm-svn: 153301
This commit is contained in:
Johnny Chen 2012-03-23 01:28:19 +00:00
parent 3f8140a6d8
commit 760c54e640
1 changed files with 1 additions and 1 deletions

View File

@ -2423,7 +2423,7 @@ DNBArchMachARM::EnableHardwareWatchpoint (nub_addr_t addr, nub_size_t size, bool
DisableHardwareWatchpoint(lo);
return INVALID_NUB_HW_INDEX;
}
// Tag thsi lo->hi mapping in our database.
// Tag this lo->hi mapping in our database.
LoHi[lo] = hi;
return lo;
}