[NFC] Fix typo in SerializedModuleLoader.cpp

This commit is contained in:
Max Desiatov
2020-04-20 14:27:02 +01:00
committed by GitHub
parent 87d3b4d984
commit 5a2b42d054

View File

@@ -35,7 +35,7 @@ using swift::version::Version;
namespace {
/// Apply \c body for each target-specific module file base name to search from
/// most to least desiable.
/// most to least desirable.
void forEachTargetModuleBasename(const ASTContext &Ctx,
llvm::function_ref<void(StringRef)> body) {
auto normalizedTarget = getTargetSpecificModuleTriple(Ctx.LangOpts.Target);