Skip to content

Commit a1309a3

Browse files
committed
Fixed typo in CompileUnit::GetImportedModules documentation [NFC]
llvm-svn: 359206
1 parent d469133 commit a1309a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Symbol/CompileUnit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class CompileUnit : public std::enable_shared_from_this<CompileUnit>,
240240
/// current module.
241241
///
242242
/// \return
243-
/// A list of imported module names.
243+
/// A list of imported modules.
244244
const std::vector<SourceModule> &GetImportedModules();
245245

246246
/// Get the SymbolFile plug-in user data.

0 commit comments

Comments
 (0)