OSDN Git Service

* breakpoint.c (catch_syscall_command_1): Fix typo.
authortromey <tromey>
Tue, 22 Feb 2011 03:40:07 +0000 (03:40 +0000)
committertromey <tromey>
Tue, 22 Feb 2011 03:40:07 +0000 (03:40 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index 5fde603..5e8f713 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * printcmd.c: Include cli-utils.h.
        (string_printf): Use skip_spaces.
index 065efa6..623effa 100644 (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;