From: Maciej W. Rozycki Date: Tue, 8 Nov 2011 19:51:17 +0000 (+0000) Subject: * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bf9deb0b2a6d28ae422f5959155485dea9633b3;p=binutils-gdb.git * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8faa846ef1e..4625ffbf9c0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-11-08 Maciej W. Rozycki + + * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo. + 2011-11-08 Yao Qi * gdb.exp (supports_process_record): New. diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index d729c4baeab..63097cb80ca 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -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} {