diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-02-11 07:59:14 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-02-11 07:59:14 +0400 |
commit | a8e6308380e7c76bff431ed8477b85b4fd3b3542 (patch) | |
tree | 4c0c0a26ad7e735e62b748e1e0497e195f124e8a /gdb/mi | |
parent | e86b67d3a13e6f63c68145105b6aba3b867f94cc (diff) | |
download | gdb-a8e6308380e7c76bff431ed8477b85b4fd3b3542.zip gdb-a8e6308380e7c76bff431ed8477b85b4fd3b3542.tar.gz gdb-a8e6308380e7c76bff431ed8477b85b4fd3b3542.tar.bz2 |
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.
Diffstat (limited to 'gdb/mi')
-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 93574ca..161307a 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; } |