mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
This commit is contained in:
parent
40209cad0b
commit
401a70b8da
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user