summaryrefslogtreecommitdiffstats
path: root/lldb/include
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2018-08-15 21:21:22 +0000
committerGreg Clayton <gclayton@apple.com>2018-08-15 21:21:22 +0000
commite15e32f8000b4eebe940a68f789f97ad6c1ce394 (patch)
tree74d6131c3101c5533cee41e0811ee640064bf230 /lldb/include
parent171c77b7dad4a050aca23ff7ca1b75f87560fefb (diff)
downloadbcm5719-llvm-e15e32f8000b4eebe940a68f789f97ad6c1ce394.tar.gz
bcm5719-llvm-e15e32f8000b4eebe940a68f789f97ad6c1ce394.zip
Fix doc string variable name to quiet a compiler warning.
llvm-svn: 339817
Diffstat (limited to 'lldb/include')
-rw-r--r--lldb/include/lldb/API/SBProcess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBProcess.h b/lldb/include/lldb/API/SBProcess.h
index 4ad24f63f07..c7351a88318 100644
--- a/lldb/include/lldb/API/SBProcess.h
+++ b/lldb/include/lldb/API/SBProcess.h
@@ -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.
OpenPOWER on IntegriCloud