Skip to content

Commit 5a2b42d

Browse files
authored
[NFC] Fix typo in SerializedModuleLoader.cpp
1 parent 87d3b4d commit 5a2b42d

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)