gdb/
authorYao Qi <yao@codesourcery.com>
Mon, 22 Apr 2013 09:34:27 +0000 (09:34 +0000)
committerYao Qi <yao@codesourcery.com>
Mon, 22 Apr 2013 09:34:27 +0000 (09:34 +0000)
* infrun.c: Fix typo in comment.

gdb/ChangeLog
gdb/infrun.c

index 42bc3a1..d6014ce 100644 (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",
index 7031ecc..5d6a9af 100644 (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";