2010-06-09 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 9 Jun 2010 18:25:34 +0000 (18:25 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 9 Jun 2010 18:25:34 +0000 (18:25 +0000)
* target.c (update_current_target): Fix spelling error in comment.
(target_mourn_inferior): Fix spelling error in error message.

gdb/ChangeLog
gdb/target.c

index c64c554..dbdaa7e 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-09  Michael Snyder  <msnyder@vmware.com>
+
+       * target.c (update_current_target): Fix spelling error in comment.
+       (target_mourn_inferior): Fix spelling error in error message.
+
 2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
 
       * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
index 35a29b7..bacda54 100644 (file)
@@ -612,7 +612,7 @@ update_current_target (void)
       INHERIT (to_remove_exec_catchpoint, t);
       INHERIT (to_set_syscall_catchpoint, t);
       INHERIT (to_has_exited, t);
-      /* Do not inherit to_mourn_inferiour.  */
+      /* Do not inherit to_mourn_inferior.  */
       INHERIT (to_can_run, t);
       INHERIT (to_notice_signals, t);
       /* Do not inherit to_thread_alive.  */
@@ -2257,7 +2257,7 @@ target_mourn_inferior (void)
     }
 
   internal_error (__FILE__, __LINE__,
-                 "could not find a target to follow mourn inferiour");
+                 "could not find a target to follow mourn inferior");
 }
 
 /* Look for a target which can describe architectural features, starting