From a8e6308380e7c76bff431ed8477b85b4fd3b3542 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 11 Feb 2014 07:59:14 +0400 Subject: 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. --- gdb/mi/mi-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/mi/mi-main.c') 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; } -- cgit v1.1