Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@150036 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectWatchpoint.cpp b/source/Commands/CommandObjectWatchpoint.cpp
index bb715d8..85e2dbd 100644
--- a/source/Commands/CommandObjectWatchpoint.cpp
+++ b/source/Commands/CommandObjectWatchpoint.cpp
@@ -967,7 +967,8 @@
// Push the data for the only argument into the m_arguments vector.
m_arguments.push_back (arg);
- // Absorb the '-w' and '-x' options.
+ // Absorb the '-w' and '-x' options into the '-e' (LLDB_OPT_SET_1) set as
+ // well as the '-v' (LLDB_OPT_SET_2) set.
m_option_group.Append (&m_option_watchpoint, LLDB_OPT_SET_1, LLDB_OPT_SET_1|LLDB_OPT_SET_2);
m_option_group.Append (&m_command_options);
m_option_group.Finalize();