* infrun.c: Fix typo in comment.
This commit is contained in:
Yao Qi 2013-04-22 09:34:27 +00:00
parent d504301e64
commit eb6c553bd4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-22 Yao Qi <yao@codesourcery.com>
* infrun.c: Fix typo in comment.
2013-04-22 Andrew Haley <aph@redhat.com>
* arm-tdep.c (BranchDest): Cast result as "unsigned long",

View File

@ -806,7 +806,7 @@ handle_vfork_child_exec_or_exit (int exec)
}
}
/* Enum strings for "set|show displaced-stepping". */
/* Enum strings for "set|show follow-exec-mode". */
static const char follow_exec_mode_new[] = "new";
static const char follow_exec_mode_same[] = "same";