mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 12:53:17 +08:00
* mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
This commit is contained in:
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user