diff options
Diffstat (limited to 'gdb/monitor.c')
-rw-r--r-- | gdb/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/monitor.c b/gdb/monitor.c index 90f36d9..2eeb705 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -1864,7 +1864,7 @@ monitor_read_memory (CORE_ADDR memaddr, char *myaddr, int len) len = min (len, 16); - /* Some dumpers align the first data with the preceeding 16 + /* Some dumpers align the first data with the preceding 16 byte boundary. Some print blanks and start at the requested boundary. EXACT_DUMPADDR */ |