test commit
authorEwan Crawford <ewan@codeplay.com>
Tue, 28 Apr 2015 12:34:19 +0000 (12:34 +0000)
committerEwan Crawford <ewan@codeplay.com>
Tue, 28 Apr 2015 12:34:19 +0000 (12:34 +0000)
llvm-svn: 235980

lldb/docs/lldb-for-gdb-users.txt

index 79f3473..216903a 100644 (file)
@@ -280,7 +280,7 @@ Finally, there's:
 
 (lldb) thread until 100
 
-which runs the thread in the current frame till it reaches line 100 in
+Which runs the thread in the current frame till it reaches line 100 in
 this frame or stops if it leaves the current frame.  This is a pretty 
 close equivalent to gdb's "until" command.