diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-05 04:35:00 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-05 04:35:00 +0000 |
commit | 177b42fefa0b72f2ca50ddf7393c0f2465546ff4 (patch) | |
tree | e5f3eaa0bb2ff852d1e67fb11ab6df30160a8d0e /gdb/monitor.c | |
parent | 4035a145a4af1e306af8a192b18662372e92a4b1 (diff) | |
download | binutils-gdb-177b42fefa0b72f2ca50ddf7393c0f2465546ff4.tar.gz |
gdb/
* ada-lang.c: Fix typos.
* amd64-tdep.c: Likewise.
* breakpoint.c: Likewise.
* cli/cli-decode.c: Likewise.
* findcmd.c: Likewise.
* inline-frame.c: Likewise.
* mi/mi-main.c: Likewise.
* minsyms.c: Likewise.
* monitor.c: Likewise.
* monitor.h: Likewise.
* prologue-value.c: Likewise.
* reverse.c: Likewise.
* s390-tdep.c: Likewise.
gdb/testsuite/
* gdb.base/call-sc.c: Likewise.
* gdb.base/ifelse.exp: Likewise.
* gdb.base/structs.c: Likewise.
gdb/doc/
* gdb.texinfo: Likewise.
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 90f36d9e721..2eeb705c224 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 */ |