* mi/mi-main.c (mi_cmd_execute): Fix typo.
This commit is contained in:
parent
5a15d8bf2e
commit
46ef47e556
@ -1,3 +1,7 @@
|
|||||||
|
2010-02-24 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* mi/mi-main.c (mi_cmd_execute): Fix typo.
|
||||||
|
|
||||||
2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
|
2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
Tom Tromey <tromey@redhat.com>
|
Tom Tromey <tromey@redhat.com>
|
||||||
Thiago Jung Bauermann <bauerman@br.ibm.com>
|
Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||||
|
@ -1818,7 +1818,7 @@ mi_cmd_execute (struct mi_parse *parse)
|
|||||||
struct thread_info *tp = 0;
|
struct thread_info *tp = 0;
|
||||||
|
|
||||||
if (!inf)
|
if (!inf)
|
||||||
error (_("Invalid thread group for the --tread-group option"));
|
error (_("Invalid thread group for the --thread-group option"));
|
||||||
|
|
||||||
set_current_inferior (inf);
|
set_current_inferior (inf);
|
||||||
/* This behaviour means that if --thread-group option identifies
|
/* This behaviour means that if --thread-group option identifies
|
||||||
|
Loading…
Reference in New Issue
Block a user