[Lldb-commits] [lldb] r142996 - /lldb/trunk/scripts/Python/interface/SBWatchpoint.i

Johnny Chen johnny.chen at apple.com
Tue Oct 25 17:44:40 PDT 2011


Author: johnny
Date: Tue Oct 25 19:44:40 2011
New Revision: 142996

URL: http://llvm.org/viewvc/llvm-project?rev=142996&view=rev
Log:
Fix typo in the docstring.

Modified:
    lldb/trunk/scripts/Python/interface/SBWatchpoint.i

Modified: lldb/trunk/scripts/Python/interface/SBWatchpoint.i
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/interface/SBWatchpoint.i?rev=142996&r1=142995&r2=142996&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/interface/SBWatchpoint.i (original)
+++ lldb/trunk/scripts/Python/interface/SBWatchpoint.i Tue Oct 25 19:44:40 2011
@@ -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
 {





More information about the lldb-commits mailing list