aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/infrun.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 42bc3a1..d6014ce 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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",
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";