mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
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
@ -1,3 +1,7 @@
|
||||
2016-08-31 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* record-full.c (record_full_insert_breakpoint): Fix typo.
|
||||
|
||||
2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||||
|
||||
* thread.c (tp_array_compar): Insert missing parentheses.
|
||||
|
@ -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…
Reference in New Issue
Block a user