diff options
author | Jason Molenda <jmolenda@apple.com> | 2014-05-13 22:21:34 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2014-05-13 22:21:34 +0000 |
commit | 060ca7596c254a14b9cb2528d993087175f21b59 (patch) | |
tree | e876d0461f46fc721acb752a3e72175479637b79 /lldb/docs | |
parent | 890758d5b38a6fc667a12d5fe7902ed155faf7b3 (diff) | |
download | bcm5719-llvm-060ca7596c254a14b9cb2528d993087175f21b59.tar.gz bcm5719-llvm-060ca7596c254a14b9cb2528d993087175f21b59.zip |
Fix the quoting in my x packet documentation so it's
consistent with the rest of the entries.
llvm-svn: 208736
Diffstat (limited to 'lldb/docs')
-rw-r--r-- | lldb/docs/lldb-gdb-remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/lldb-gdb-remote.txt b/lldb/docs/lldb-gdb-remote.txt index 1dd73849934..cc4fb5ddb4b 100644 --- a/lldb/docs/lldb-gdb-remote.txt +++ b/lldb/docs/lldb-gdb-remote.txt @@ -837,7 +837,7 @@ The lack of 'permissions:' indicates that none of read/write/execute are valid for this region. //---------------------------------------------------------------------- -// 'x' - Binary memory read +// "x" - Binary memory read // // Like the 'm' (read) and 'M' (write) packets, this is a partner to the // 'X' (write binary data) packet, 'x'. |