Fix typos in comment
authorSimon Marchi <simon.marchi@ericsson.com>
Fri, 25 Nov 2016 14:41:58 +0000 (09:41 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Fri, 25 Nov 2016 14:41:58 +0000 (09:41 -0500)
gdb/ChangeLog:

* record-full.c (record_full_resume): Fix typos in comment.

gdb/ChangeLog
gdb/record-full.c

index e11b41b..2c4f166 100644 (file)
@@ -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>
index 803c5d4..603a9ba 100644 (file)
@@ -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.  */