summaryrefslogtreecommitdiff
path: root/gdb/mi
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-25 02:13:10 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-25 02:13:10 +0000
commitae6defbe7dc1084ade1f7ae27b646472f398aa78 (patch)
tree2083723949251b912f00da7c852d05bcad972500 /gdb/mi
parent2240ba28153ed06fc247947d32975af4bebe0a62 (diff)
downloadgdb-ae6defbe7dc1084ade1f7ae27b646472f398aa78.tar.gz
Fix PR gdb/287. From wiz at danbala. Then->than and typos.
Diffstat (limited to 'gdb/mi')
-rw-r--r--gdb/mi/ChangeLog6
-rw-r--r--gdb/mi/gdbmi.texinfo2
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog
index 2d69629846f..7b71e8a92b5 100644
--- a/gdb/mi/ChangeLog
+++ b/gdb/mi/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-24 Andrew Cagney <ac131313@redhat.com>
+
+ From wiz at danbala:
+ * gdbmi.texinfo: Fix grammar and typos.
+ Fix PR gdb/287.
+
2002-02-03 Jim Blandy <jimb@redhat.com>
* mi-cmd-stack.c (list_args_or_locals): Move declaration of
diff --git a/gdb/mi/gdbmi.texinfo b/gdb/mi/gdbmi.texinfo
index 0a4fe3b40c2..f924214caa5 100644
--- a/gdb/mi/gdbmi.texinfo
+++ b/gdb/mi/gdbmi.texinfo
@@ -1470,7 +1470,7 @@ An offset to add to the @var{address} before fetching memory.
This command displays memory contents as a table of @var{nr-rows} by
@var{nr-cols} words, each word being @var{word-size} bytes. In total,
@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
-(returned as @samp{total-bytes}). Should less then the requested number
+(returned as @samp{total-bytes}). Should less than the requested number
of bytes be returned by the target, the missing words are identified
using @samp{N/A}. The number of bytes read from the target is returned
in @samp{nr-bytes} and the starting address used to read memory in