From e3ef694a060c51f0238942e657df7f93fe3a89da Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 21 Feb 2011 18:40:07 +0000 Subject: [PATCH] * breakpoint.c (catch_syscall_command_1): Fix typo. --- gdb/ChangeLog | 4 ++++ gdb/breakpoint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5fde60360f..5e8f713127 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2011-02-21 Tom Tromey + * breakpoint.c (catch_syscall_command_1): Fix typo. + +2011-02-21 Tom Tromey + * reverse.c: Include cli-utils.h. * printcmd.c: Include cli-utils.h. (string_printf): Use skip_spaces. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 065efa6970..623effa0da 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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; -- 2.11.0