mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
cli-script.c: Fix read_next_line's comment
It seems obvious to me that stdout should in fact be stdin. gdb/ChangeLog: * cli/cli-script.c (read_next_line): Fix stdout -> stdout in comment.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* cli/cli-script.c (read_next_line): Fix stdout -> stdout in
|
||||
comment.
|
||||
|
||||
2015-09-28 Doug Evans <dje@google.com>
|
||||
|
||||
* MAINTAINERS: Add Iain Buclaw as D language maintainer.
|
||||
|
@ -924,9 +924,9 @@ realloc_body_list (struct command_line *command, int new_length)
|
||||
command->body_count = new_length;
|
||||
}
|
||||
|
||||
/* Read next line from stdout. Passed to read_command_line_1 and
|
||||
/* Read next line from stdin. Passed to read_command_line_1 and
|
||||
recurse_read_control_structure whenever we need to read commands
|
||||
from stdout. */
|
||||
from stdin. */
|
||||
|
||||
static char *
|
||||
read_next_line (void)
|
||||
|
Reference in New Issue
Block a user