diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-10-26 00:44:40 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-10-26 00:44:40 +0000 |
commit | 457e786932a1099e4286045c0081649cd136d0f5 (patch) | |
tree | 5a97af03d92d5340e174f3e2fac548eefedbb1dc /lldb/scripts/Python | |
parent | 49709ad6d082776b7d3390ec82ddf8b3eccc5b11 (diff) | |
download | bcm5719-llvm-457e786932a1099e4286045c0081649cd136d0f5.tar.gz bcm5719-llvm-457e786932a1099e4286045c0081649cd136d0f5.zip |
Fix typo in the docstring.
llvm-svn: 142996
Diffstat (limited to 'lldb/scripts/Python')
-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 { |