From 457e786932a1099e4286045c0081649cd136d0f5 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 26 Oct 2011 00:44:40 +0000 Subject: Fix typo in the docstring. llvm-svn: 142996 --- lldb/scripts/Python/interface/SBWatchpoint.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/scripts/Python') 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 { -- cgit v1.2.3