[Lldb-commits] [lldb] r339817 - Fix doc string variable name to quiet a compiler warning.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 15 14:21:22 PDT 2018


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.




More information about the lldb-commits mailing list