diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-07-14 21:17:28 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-14 21:17:28 +0000 |
| commit | e787813e16fea06e23c4b89871101458501317a5 (patch) | |
| tree | 9a12b6bc986aefca3c6c7c498a4d1019980fa2ba | |
| parent | f470b5b49aa707f53aedd57164cf234e0d9be758 (diff) | |
| download | bcm5719-llvm-e787813e16fea06e23c4b89871101458501317a5.tar.gz bcm5719-llvm-e787813e16fea06e23c4b89871101458501317a5.zip | |
Fix typo in ConnectRemote() docstring.
llvm-svn: 135188
| -rw-r--r-- | lldb/include/lldb/API/SBTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBTarget.h b/lldb/include/lldb/API/SBTarget.h index 931542aeba4..5d3cf05c932 100644 --- a/lldb/include/lldb/API/SBTarget.h +++ b/lldb/include/lldb/API/SBTarget.h @@ -261,7 +261,7 @@ executable. %feature("docstring", " #endif //------------------------------------------------------------------ - /// Attach to process with name. + /// Connect to a remote debug server with url. /// /// @param[in] listener /// An optional listener that will receive all process events. |

