* breakpoint.c (catch_syscall_command_1): Fix typo.

This commit is contained in:
Tom Tromey 2011-02-21 18:40:08 +00:00
parent e9cafbccd2
commit ea666128f4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-21 Tom Tromey <tromey@redhat.com>
* breakpoint.c (catch_syscall_command_1): Fix typo.
2011-02-21 Tom Tromey <tromey@redhat.com>
* reverse.c: Include cli-utils.h.

View File

@ -9330,7 +9330,7 @@ catch_syscall_command_1 (char *arg, int from_tty,
/* Checking if the feature if supported. */
if (gdbarch_get_syscall_number_p (gdbarch) == 0)
error (_("The feature 'catch syscall' is not supported on \
this architeture yet."));
this architecture yet."));
tempflag = get_cmd_context (command) == CATCH_TEMPORARY;