diff options
Diffstat (limited to 'lldb/scripts/Python/interface/SBWatchpoint.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBWatchpoint.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/scripts/Python/interface/SBWatchpoint.i b/lldb/scripts/Python/interface/SBWatchpoint.i index 47177c740f7..23c27d8905e 100644 --- a/lldb/scripts/Python/interface/SBWatchpoint.i +++ b/lldb/scripts/Python/interface/SBWatchpoint.i @@ -15,8 +15,8 @@ namespace lldb { 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 { |