[committed] lib/mi-support.exp: Fix a typo

Maciej W. Rozycki macro@codesourcery.com
Tue Nov 8 19:51:00 GMT 2011


Hi,

 Committed as obvious.

2010-11-08  Maciej W. Rozycki  <macro@codesourcery.com>

	* lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.

  Maciej

Index: gdb-fsf-trunk-quilt/gdb/testsuite/lib/mi-support.exp
===================================================================
--- gdb-fsf-trunk-quilt.orig/gdb/testsuite/lib/mi-support.exp	2011-11-08 11:25:59.575894146 +0000
+++ gdb-fsf-trunk-quilt/gdb/testsuite/lib/mi-support.exp	2011-11-08 11:26:02.425924009 +0000
@@ -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} {
 



More information about the Gdb-patches mailing list