We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82cdf91 + 5a2b42d commit f1885dfCopy full SHA for f1885df
lib/Serialization/SerializedModuleLoader.cpp
@@ -35,7 +35,7 @@ using swift::version::Version;
35
namespace {
36
37
/// Apply \c body for each target-specific module file base name to search from
38
-/// most to least desiable.
+/// most to least desirable.
39
void forEachTargetModuleBasename(const ASTContext &Ctx,
40
llvm::function_ref<void(StringRef)> body) {
41
auto normalizedTarget = getTargetSpecificModuleTriple(Ctx.LangOpts.Target);
0 commit comments