From: Yao Qi Date: Wed, 31 Aug 2016 13:28:27 +0000 (+0100) Subject: Fix a typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f99bd5f2c1e6b545a0a6cfb3b13f79deea84098e;p=binutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57ba33c190b..602a05a8534 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 37773159a68..e4dd55b0248 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;