forked from Imagelibrary/binutils-gdb
Fix thinko in mi/mi-main.c::mi_cmd_data_write_memory_bytes comment.
gdb/ChangeLog: 2014-02-11 Simon Marchi <simon.marchi@ericsson.com> (tiny patch) Checked in by Joel Brobecker <brobecker@adacore.com>. * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Fix comment.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2014-02-11 Simon Marchi <simon.marchi@ericsson.com> (tiny patch)
|
||||
|
||||
Checked in by Joel Brobecker <brobecker@adacore.com>.
|
||||
* mi/mi-main.c (mi_cmd_data_write_memory_bytes): Fix comment.
|
||||
|
||||
2014-02-11 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat
|
||||
|
||||
@@ -1766,7 +1766,7 @@ mi_cmd_data_write_memory_bytes (char *command, char **argv, int argc)
|
||||
else
|
||||
{
|
||||
/* Pattern is longer than or equal to count:
|
||||
just copy len bytes. */
|
||||
just copy count bytes. */
|
||||
data = databuf;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user