Author: gclayton Date: Wed Aug 15 14:21:22 2018 New Revision: 339817 URL: http://llvm.org/viewvc/llvm-project?rev=339817&view=rev Log: Fix doc string variable name to quiet a compiler warning.
Modified: lldb/trunk/include/lldb/API/SBProcess.h Modified: lldb/trunk/include/lldb/API/SBProcess.h URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBProcess.h?rev=339817&r1=339816&r2=339817&view=diff ============================================================================== --- lldb/trunk/include/lldb/API/SBProcess.h (original) +++ lldb/trunk/include/lldb/API/SBProcess.h Wed Aug 15 14:21:22 2018 @@ -318,7 +318,7 @@ public: /// library name and a list of paths, searching along the list of /// paths till you find a matching library. /// - /// @param[in] local_spec + /// @param[in] image_spec /// The name of the shared library that you want to load. /// If local_spec is a relative path, the relative path will be /// appended to the search paths. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits