From: Joel Brobecker Date: Tue, 11 Feb 2014 03:59:14 +0000 (+0400) Subject: Fix thinko in mi/mi-main.c::mi_cmd_data_write_memory_bytes comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8e6308380e7c76bff431ed8477b85b4fd3b3542;p=binutils-gdb.git Fix thinko in mi/mi-main.c::mi_cmd_data_write_memory_bytes comment. gdb/ChangeLog: 2014-02-11 Simon Marchi (tiny patch) Checked in by Joel Brobecker . * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Fix comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72b41e40f02..fdd4e1130df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-02-11 Simon Marchi (tiny patch) + + Checked in by Joel Brobecker . + * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Fix comment. + 2014-02-11 Joel Brobecker * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 93574ca5d03..161307a3ea8 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -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; }