Skip to content

Commit e2b07c1

Browse files
committed
[lldb] Fix variable name mismatch between signature and docs (NFC)
The variable is named `bundle_dir` but the documentation referenced `directory` which generated a warning. (cherry picked from commit f9f279d)
1 parent a062717 commit e2b07c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/API/SBTrace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class LLDB_API SBTrace {
5050
/// \param[out] error
5151
/// This will be set with an error in case of failures.
5252
///
53-
/// \param[in] directory
53+
/// \param[in] bundle_dir
5454
/// The directory where the trace files will be saved.
5555
///
5656
/// \param[in] compact

0 commit comments

Comments
 (0)