diff options
Diffstat (limited to 'gdb/mi/mi-main.c')
-rw-r--r-- | gdb/mi/mi-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index b72cd1b9..1d0fae9 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -2077,7 +2077,7 @@ mi_cmd_execute (struct mi_parse *parse) error (_("Invalid thread group for the --thread-group option")); set_current_inferior (inf); - /* This behaviour means that if --thread-group option identifies + /* This behavior means that if --thread-group option identifies an inferior with multiple threads, then a random one will be picked. This is not a problem -- frontend should always provide --thread if it wishes to operate on a specific |