* lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 8 Nov 2011 19:51:17 +0000 (19:51 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 8 Nov 2011 19:51:17 +0000 (19:51 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp

index 8faa846ef1e4d53b02e7f0ea24fbfca63375a5ef..4625ffbf9c006c50775422e606784e1e28d7e53e 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
+
 2011-11-08  Yao Qi  <yao@codesourcery.com>
 
        * gdb.exp (supports_process_record): New.
index d729c4baeab3c465736aa05c1650c983583f9522..63097cb80ca0817afb76d36aba319e71f5501245 100644 (file)
@@ -1556,7 +1556,7 @@ proc mi_tbreak {location} {
 }
 
 # Send COMMAND that must be a command that resumes
-# the inferiour (run/continue/next/etc) and consumes
+# the inferior (run/continue/next/etc) and consumes
 # the "^running" output from it.
 proc mi_send_resuming_command_raw {command test} {