Fixed typo in CompileUnit::GetImportedModules documentation [NFC]

llvm-svn: 359206
This commit is contained in:
Raphael Isemann 2019-04-25 17:08:54 +00:00
parent d469133f95
commit a1309a3147
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ public:
/// current module. /// current module.
/// ///
/// \return /// \return
/// A list of imported module names. /// A list of imported modules.
const std::vector<SourceModule> &GetImportedModules(); const std::vector<SourceModule> &GetImportedModules();
/// Get the SymbolFile plug-in user data. /// Get the SymbolFile plug-in user data.