aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-02-21 18:40:08 +0000
committerTom Tromey <tromey@redhat.com>2011-02-21 18:40:08 +0000
commitea666128f4008af9a9cfe7250cb3d0112f72e3aa (patch)
tree813616ff32d65c81bd306bdf3ce0a26056118f6a /gdb/breakpoint.c
parente9cafbccd26b045ba6a3db2fde83dd33228e473b (diff)
downloadgdb-ea666128f4008af9a9cfe7250cb3d0112f72e3aa.zip
gdb-ea666128f4008af9a9cfe7250cb3d0112f72e3aa.tar.gz
gdb-ea666128f4008af9a9cfe7250cb3d0112f72e3aa.tar.bz2
* breakpoint.c (catch_syscall_command_1): Fix typo.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 065efa6..623effa 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;