Fix typo in ConnectRemote() docstring.

llvm-svn: 135188
This commit is contained in:
Johnny Chen 2011-07-14 21:17:28 +00:00
parent f470b5b49a
commit e787813e16
1 changed files with 1 additions and 1 deletions

View File

@ -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.