[lldb] Fix variable name mismatch between signature and docs (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 22 Jun 2023 15:57:30 +0000 (08:57 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 22 Jun 2023 20:50:54 +0000 (13:50 -0700)
The variable is named `bundle_dir` but the documentation referenced
`directory` which generated a warning.

lldb/include/lldb/API/SBTrace.h

index f0c85ea..ab8338b 100644 (file)
@@ -48,7 +48,7 @@ public:
   /// \param[out] error
   ///   This will be set with an error in case of failures.
   ///
-  /// \param[in] directory
+  /// \param[in] bundle_dir
   ///   The directory where the trace files will be saved.
   ///
   /// \param[in] compact