This is the mail archive of the gdb-patches@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]

[PATCH obv] Fix typos in comment


FYI, I pushed this as obvious.

gdb/ChangeLog:

	* record-full.c (record_full_resume): Fix typos in comment.
---
 gdb/ChangeLog     | 4 ++++
 gdb/record-full.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e11b41b..2c4f166 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2016-11-25  Simon Marchi  <simon.marchi@ericsson.com>
 
+	* record-full.c (record_full_resume): Fix typos in comment.
+
+2016-11-25  Simon Marchi  <simon.marchi@ericsson.com>
+
 	* infcmd.c (interrupt_command): Fix typo in comment.
 
 2016-11-24  John Baldwin  <jhb@FreeBSD.org>
diff --git a/gdb/record-full.c b/gdb/record-full.c
index 803c5d4..603a9ba 100644
--- a/gdb/record-full.c
+++ b/gdb/record-full.c
@@ -969,7 +969,7 @@ record_full_resume (struct target_ops *ops, ptid_t ptid, int step,
             }
           else
             {
-              /* This arch support soft sigle step.  */
+              /* This arch supports soft single step.  */
               if (thread_has_single_step_breakpoints_set (inferior_thread ()))
                 {
                   /* This is a soft single step.  */
-- 
2.10.2


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