From 0f9741f2667ad6a54d20198dd16eab7817e413bf Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Mon, 2 Sep 2013 23:00:29 +0000 Subject: gdb/ * arch-utils.c: Fix typo in the comment to gdbarch_update_p. --- gdb/arch-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/arch-utils.c') diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 42802a0..459fd88 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -477,7 +477,7 @@ set_architecture (char *ignore_args, int from_tty, struct cmd_list_element *c) } /* Try to select a global architecture that matches "info". Return - non-zero if the attempt succeds. */ + non-zero if the attempt succeeds. */ int gdbarch_update_p (struct gdbarch_info info) { -- cgit v1.1