This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix a typo in comment


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f99bd5f2c1e6b545a0a6cfb3b13f79deea84098e

commit f99bd5f2c1e6b545a0a6cfb3b13f79deea84098e
Author: Yao Qi <yao.qi@linaro.org>
Date:   Wed Aug 31 14:28:27 2016 +0100

    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.

Diff:
---
 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  <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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]