From f99bd5f2c1e6b545a0a6cfb3b13f79deea84098e Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 31 Aug 2016 14:28:27 +0100 Subject: [PATCH] Fix a typo in comment This patch replaces "keep things single" with "keep things simple". gdb: 2016-08-31 Yao Qi * record-full.c (record_full_insert_breakpoint): Fix typo. --- gdb/ChangeLog | 4 ++++ gdb/record-full.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * record-full.c (record_full_insert_breakpoint): Fix typo. + 2016-08-30 Andreas Arnez * 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; -- 2.7.4