[Lldb-commits] [lldb] r210163 - Fix a couple minor typos in $qMemoryRegionInfo packet docs.
Todd Fiala
todd.fiala at gmail.com
Tue Jun 3 22:07:40 PDT 2014
Author: tfiala
Date: Wed Jun 4 00:07:40 2014
New Revision: 210163
URL: http://llvm.org/viewvc/llvm-project?rev=210163&view=rev
Log:
Fix a couple minor typos in $qMemoryRegionInfo packet docs.
Modified:
lldb/trunk/docs/lldb-gdb-remote.txt
Modified: lldb/trunk/docs/lldb-gdb-remote.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/lldb-gdb-remote.txt?rev=210163&r1=210162&r2=210163&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-gdb-remote.txt (original)
+++ lldb/trunk/docs/lldb-gdb-remote.txt Wed Jun 4 00:07:40 2014
@@ -791,7 +791,7 @@ not supported.
// "qMemoryRegionInfo:<addr>"
//
// BRIEF
-// Get information about the address the range that contains "<addr>"
+// Get information about the address range that contains "<addr>"
//
// PRIORITY TO IMPLEMENT
// Medium. This is nice to have, but it isn't necessary. It helps LLDB
@@ -809,7 +809,7 @@ We added a way to get information for a
Where <addr> is a big endian hex address. The response is returned in a series
of tuples like the data returned in a stop reply packet. The currently valid
-tuples tp return are:
+tuples to return are:
start:<start-addr>; // <start-addr> is a big endian hex address that is
// the start address of the range that contains <addr>
More information about the lldb-commits
mailing list