Skip to content

Commit f1885df

Browse files
authored
Merge pull request swiftlang#31152 from MaxDesiatov/patch-1
2 parents 82cdf91 + 5a2b42d commit f1885df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/SerializedModuleLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using swift::version::Version;
3535
namespace {
3636

3737
/// Apply \c body for each target-specific module file base name to search from
38-
/// most to least desiable.
38+
/// most to least desirable.
3939
void forEachTargetModuleBasename(const ASTContext &Ctx,
4040
llvm::function_ref<void(StringRef)> body) {
4141
auto normalizedTarget = getTargetSpecificModuleTriple(Ctx.LangOpts.Target);

0 commit comments

Comments
 (0)