Fix typo in the docstring.
llvm-svn: 142996
diff --git a/lldb/scripts/Python/interface/SBWatchpoint.i b/lldb/scripts/Python/interface/SBWatchpoint.i
index 47177c7..23c27d8 100644
--- a/lldb/scripts/Python/interface/SBWatchpoint.i
+++ b/lldb/scripts/Python/interface/SBWatchpoint.i
@@ -15,8 +15,8 @@
A watchpoint is determined by the address and the byte size that resulted in
this particular instantiation. Each watchpoint has its settable options.
-See also SBTarget.watchpoint_iter() for for example usage of iterating through
-the watchpoints of the target."
+See also SBTarget.watchpoint_iter() for example usage of iterating through the
+watchpoints of the target."
) SBWatchpoint;
class SBWatchpoint
{