Fix typos in comment

gdb/ChangeLog:

	* record-full.c (record_full_resume): Fix typos in comment.
This commit is contained in:
Simon Marchi 2016-11-25 09:41:58 -05:00
parent 17e5269b99
commit 8ce9efb079
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View 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. */