From: Tom Tromey Date: Mon, 21 Feb 2011 18:40:08 +0000 (+0000) Subject: * breakpoint.c (catch_syscall_command_1): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea666128f4008af9a9cfe7250cb3d0112f72e3aa;p=binutils-gdb.git * breakpoint.c (catch_syscall_command_1): Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5fde60360fe..5e8f7131273 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-02-21 Tom Tromey + + * breakpoint.c (catch_syscall_command_1): Fix typo. + 2011-02-21 Tom Tromey * reverse.c: Include cli-utils.h. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 065efa6970d..623effa0daf 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;