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:
Yao Qi 2016-08-31 14:28:27 +01:00
parent 2e84f9c1b5
commit f99bd5f2c1
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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;