Fix copy-paste typo in -data-write-memory-bytes doc
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 26 Mar 2015 19:10:10 +0000 (15:10 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 26 Mar 2015 19:10:10 +0000 (15:10 -0400)
* gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
-data-write-memory-bytes.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 30d5a5b199dded499c3a6d190e47219e7ef13830..ea35e627e1d3b825c357ca6e10571a106ec4ab90 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
+       -data-write-memory-bytes.
+
 2015-03-24  Pedro Alves  <palves@redhat.com>
 
        * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
index c03ecb0260ce58a5a2f24b5e4314ec78940fee61..c97ec04f327da5c15dcd617a8881986695c441c3 100644 (file)
@@ -29975,7 +29975,7 @@ where:
 @table @samp
 @item @var{address}
 An expression specifying the address of the first memory word to be
-read.  Complex expressions containing embedded white space should be
+written.  Complex expressions containing embedded white space should be
 quoted using the C convention.
 
 @item @var{contents}
This page took 0.058142 seconds and 4 git commands to generate.