[Lldb-commits] [lldb] r194163 - Spelling fix.

Sean Callanan scallanan at apple.com
Wed Nov 6 11:56:05 PST 2013


Author: spyffe
Date: Wed Nov  6 13:56:05 2013
New Revision: 194163

URL: http://llvm.org/viewvc/llvm-project?rev=194163&view=rev
Log:
Spelling fix.

Modified:
    lldb/trunk/source/Commands/CommandObjectWatchpoint.cpp

Modified: lldb/trunk/source/Commands/CommandObjectWatchpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectWatchpoint.cpp?rev=194163&r1=194162&r2=194163&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectWatchpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectWatchpoint.cpp Wed Nov  6 13:56:05 2013
@@ -939,7 +939,7 @@ public:
         SetHelpLong(
     "Examples: \n\
     \n\
-        watchpoint set variable -w read_wriate my_global_var \n\
+        watchpoint set variable -w read_write my_global_var \n\
         # Watch my_global_var for read/write access, with the region to watch corresponding to the byte size of the data type.\n");
 
         CommandArgumentEntry arg;





More information about the lldb-commits mailing list