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.
1 parent 87d3b4d commit 5a2b42dCopy full SHA for 5a2b42d
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