[Lldb-commits] [lldb] r359206 - Fixed typo in CompileUnit::GetImportedModules documentation [NFC]
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 25 10:08:54 PDT 2019
Author: teemperor
Date: Thu Apr 25 10:08:54 2019
New Revision: 359206
URL: http://llvm.org/viewvc/llvm-project?rev=359206&view=rev
Log:
Fixed typo in CompileUnit::GetImportedModules documentation [NFC]
Modified:
lldb/trunk/include/lldb/Symbol/CompileUnit.h
Modified: lldb/trunk/include/lldb/Symbol/CompileUnit.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/CompileUnit.h?rev=359206&r1=359205&r2=359206&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/CompileUnit.h (original)
+++ lldb/trunk/include/lldb/Symbol/CompileUnit.h Thu Apr 25 10:08:54 2019
@@ -240,7 +240,7 @@ public:
/// current module.
///
/// \return
- /// A list of imported module names.
+ /// A list of imported modules.
const std::vector<SourceModule> &GetImportedModules();
/// Get the SymbolFile plug-in user data.
More information about the lldb-commits
mailing list