Fix a typo in comment
This patch replaces "keep things single" with "keep things simple". gdb: 2016-08-31 Yao Qi <yao.qi@linaro.org> * record-full.c (record_full_insert_breakpoint): Fix typo.
This commit is contained in:
parent
2e84f9c1b5
commit
f99bd5f2c1
2 changed files with 5 additions and 1 deletions
|
@ -1650,7 +1650,7 @@ record_full_insert_breakpoint (struct target_ops *ops,
|
|||
really need to install regular breakpoints in the inferior.
|
||||
However, we do have to insert software single-step
|
||||
breakpoints, in case the target can't hardware step. To keep
|
||||
things single, we always insert. */
|
||||
things simple, we always insert. */
|
||||
struct cleanup *old_cleanups;
|
||||
int ret;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue