OSDN Git Service

2006-03-16 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Fri, 17 Mar 2006 00:38:19 +0000 (00:38 +0000)
committerMichael Snyder <msnyder@specifix.com>
Fri, 17 Mar 2006 00:38:19 +0000 (00:38 +0000)
* tracepoint.c (tracepoint_save_command): Fix typo in error msg.

gdb/ChangeLog
gdb/tracepoint.c

index fa374fa..6165905 100644 (file)
@@ -1,5 +1,6 @@
 2006-03-16  Michael Snyder  <msnyder@redhat.com>
 
+       * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
        * target.c (push_target): Fix typo in comment.
        * remote.c (remote_watch_data_address): Fix typo in comment.
        * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
index c40b120..4b91172 100644 (file)
@@ -2318,7 +2318,7 @@ tracepoint_save_command (char *args, int from_tty)
   char tmp[40];
 
   if (args == 0 || *args == 0)
-    error (_("Argument required (file name in which to save tracepoints"));
+    error (_("Argument required (file name in which to save tracepoints)"));
 
   if (tracepoint_chain == 0)
     {