gdb/
authorYao Qi <yao@codesourcery.com>
Mon, 2 Sep 2013 23:00:29 +0000 (23:00 +0000)
committerYao Qi <yao@codesourcery.com>
Mon, 2 Sep 2013 23:00:29 +0000 (23:00 +0000)
* arch-utils.c: Fix typo in the comment to gdbarch_update_p.

gdb/ChangeLog
gdb/arch-utils.c

index ffd9263536ff7259de1aef20ff4126ccc8709452..7db880675a16ebbdae38f9f7b21faff81f993fb5 100644 (file)
@@ -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,
index 42802a018e1647044e85af54b5a925b703d5acf2..459fd882047d110d94199d1ffbc855797440a33a 100644 (file)
@@ -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)
 {
This page took 0.031305 seconds and 4 git commands to generate.