aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2013-11-06 19:56:05 +0000
committerSean Callanan <scallanan@apple.com>2013-11-06 19:56:05 +0000
commit2a0e663fbda17d2858467f9687f568217ed73897 (patch)
treeb83a592aa632483c9765c409a68e396b3660f626 /lldb/source/Commands/CommandObjectWatchpoint.cpp
parent9dbc57436b1ac751b800acf606a756dd28e76917 (diff)
downloadllvm-2a0e663fbda17d2858467f9687f568217ed73897.zip
llvm-2a0e663fbda17d2858467f9687f568217ed73897.tar.gz
llvm-2a0e663fbda17d2858467f9687f568217ed73897.tar.bz2
Spelling fix.
llvm-svn: 194163
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectWatchpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpoint.cpp b/lldb/source/Commands/CommandObjectWatchpoint.cpp
index ae490e3..a827e91 100644
--- a/lldb/source/Commands/CommandObjectWatchpoint.cpp
+++ b/lldb/source/Commands/CommandObjectWatchpoint.cpp
@@ -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;