summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-09-02 23:00:29 +0000
committerYao Qi <yao@codesourcery.com>2013-09-02 23:00:29 +0000
commit0f9741f2667ad6a54d20198dd16eab7817e413bf (patch)
treed7918014df6560cc7ebe896cfecc4cbb9840e150 /gdb
parent3aafd2ffb61b3afaba478449ec0dbe45f38dac40 (diff)
gdb/
* arch-utils.c: Fix typo in the comment to gdbarch_update_p.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/arch-utils.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ffd9263536..7db880675a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-03 Yao Qi <yao@codesourcery.com>
+
+ * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
+
2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
* record.h (record_print_flag) <record_print_src_line,
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c
index 42802a018e..459fd88204 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)
{