Author: sas Date: Thu Nov 20 12:50:16 2014 New Revision: 222440 URL: http://llvm.org/viewvc/llvm-project?rev=222440&view=rev Log: Fix a typo in lldb-gdb-remote.txt.
Test Plan: None. Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D6342 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=222440&r1=222439&r2=222440&view=diff ============================================================================== --- lldb/trunk/docs/lldb-gdb-remote.txt (original) +++ lldb/trunk/docs/lldb-gdb-remote.txt Thu Nov 20 12:50:16 2014 @@ -988,7 +988,7 @@ for this region. // "O<ascii-hex-string>" // "O" means STDOUT has data that was written to its console and is // being delivered to the debugger. This packet happens asynchronously -// and the debugger is expected to continue to way for another stop reply +// and the debugger is expected to continue to wait for another stop reply // packet. // // LLDB EXTENSIONS _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
