diff --git a/lldb/docs/lldb-platform-packets.txt b/lldb/docs/lldb-platform-packets.txt --- a/lldb/docs/lldb-platform-packets.txt +++ b/lldb/docs/lldb-platform-packets.txt @@ -416,7 +416,6 @@ // The gdb-remote serial protocol documentation says that numbers // in "vFile:" packets should be hexidecimal. Instead lldb uses // decimal for the number of bytes and offset. -// lldb-server can process either format. //---------------------------------------------------------------------- @@ -440,7 +439,7 @@ // COMPATIBILITY // The gdb-remote serial protocol documentation says that numbers // in "vFile:" packets should be hexidecimal. Instead lldb uses -// decimal for the offset. lldb-server can process either format. +// decimal for the offset.