From e5f27decf911dff868b56192fb8cea27b59b9232 Mon Sep 17 00:00:00 2001 From: Stephane Sezer Date: Thu, 20 Nov 2014 18:50:16 +0000 Subject: [PATCH] Fix a typo in lldb-gdb-remote.txt. Test Plan: None. Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D6342 llvm-svn: 222440 --- lldb/docs/lldb-gdb-remote.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/docs/lldb-gdb-remote.txt b/lldb/docs/lldb-gdb-remote.txt index d333a1c..5d1413e 100644 --- a/lldb/docs/lldb-gdb-remote.txt +++ b/lldb/docs/lldb-gdb-remote.txt @@ -988,7 +988,7 @@ for this region. // "O" // "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 -- 2.7.4