OSDN Git Service

* mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
authortromey <tromey>
Tue, 9 Aug 2011 14:09:06 +0000 (14:09 +0000)
committertromey <tromey>
Tue, 9 Aug 2011 14:09:06 +0000 (14:09 +0000)
gdb/ChangeLog
gdb/mi/mi-cmd-break.c

index 38761b6..0693787 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-09  Tom Tromey  <tromey@redhat.com>
+
+       * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
+
 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
 
        * elfread.c (elf_symtab_read): Rework comments.
index c98330d..2c9d16b 100644 (file)
@@ -202,7 +202,7 @@ mi_cmd_break_passcount (char *command, char **argv, int argc)
     }
   else
     {
-      error (_("Cound not find tracepoint %d"), n);
+      error (_("Could not find tracepoint %d"), n);
     }
 }