Fix typo in the docstring.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@142996 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBWatchpoint.i b/scripts/Python/interface/SBWatchpoint.i
index 47177c7..23c27d8 100644
--- a/scripts/Python/interface/SBWatchpoint.i
+++ b/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
 {