Skip to content

Commit 8b7e12f

Browse files
authored
Merge pull request #7027 from apple/🍒/5.9/f9f279dc64ac
[lldb] Fix variable name mismatch between signature and docs (NFC)
2 parents de0a10e + e2b07c1 commit 8b7e12f

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)