diff options
author | Yao Qi <yao@codesourcery.com> | 2013-04-22 09:34:27 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-04-22 09:34:27 +0000 |
commit | eb6c553bd471121196d459e76db963c924cd526c (patch) | |
tree | e77d2335c8ecbe7f0bc1dde20d859ff8cf9cd21f /gdb/infrun.c | |
parent | d504301e64e0e71ead04d30a215452eaa60f3d9c (diff) | |
download | gdb-eb6c553bd471121196d459e76db963c924cd526c.zip gdb-eb6c553bd471121196d459e76db963c924cd526c.tar.gz gdb-eb6c553bd471121196d459e76db963c924cd526c.tar.bz2 |
gdb/
* infrun.c: Fix typo in comment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 7031ecc..5d6a9af 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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"; |