Spelling fix.

llvm-svn: 194163
This commit is contained in:
Sean Callanan 2013-11-06 19:56:05 +00:00
parent 9dbc57436b
commit 2a0e663fbd
1 changed files with 1 additions and 1 deletions

View File

@ -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;