aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/record-full.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 57ba33c..602a05a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/record-full.c b/gdb/record-full.c
index 3777315..e4dd55b 100644
--- a/gdb/record-full.c
+++ b/gdb/record-full.c
@@ -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;