From: Frederic Riss Date: Fri, 31 Aug 2018 18:14:53 +0000 (+0000) Subject: Fix a comment to use the correct variable name. X-Git-Tag: llvmorg-8.0.0-rc1~9636 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f03f3d7f918fb614b6c2f44a9901038ffd60318;p=platform%2Fupstream%2Fllvm.git Fix a comment to use the correct variable name. llvm-svn: 341233 --- diff --git a/lldb/include/lldb/API/SBProcess.h b/lldb/include/lldb/API/SBProcess.h index c7351a8..69cf8b4 100644 --- a/lldb/include/lldb/API/SBProcess.h +++ b/lldb/include/lldb/API/SBProcess.h @@ -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