Fix a comment to use the correct variable name.
authorFrederic Riss <friss@apple.com>
Fri, 31 Aug 2018 18:14:53 +0000 (18:14 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 31 Aug 2018 18:14:53 +0000 (18:14 +0000)
llvm-svn: 341233

lldb/include/lldb/API/SBProcess.h

index c7351a8..69cf8b4 100644 (file)
@@ -320,9 +320,9 @@ public:
   ///
   /// @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
+  ///     If image_spec is a relative path, the relative path will be
   ///     appended to the search paths.
-  ///     If the local_spec is an absolute path, just the basename is used.
+  ///     If the image_spec is an absolute path, just the basename is used.
   ///
   /// @param[in] paths
   ///     A list of paths to search for the library whose basename is