mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
Fix typos in comment
gdb/ChangeLog: * record-full.c (record_full_resume): Fix typos in comment.
This commit is contained in:
parent
17e5269b99
commit
8ce9efb079
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user