Skip to content

Commit a9f16c7

Browse files
committed
[gardening] Fixed typo.
1 parent 9d019ed commit a9f16c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/IRGen/Linking.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class UniversalLinkageInfo {
6565
bool shouldAllPrivateDeclsBeVisibleFromOtherFiles() const {
6666
return HasMultipleIGMs;
6767
}
68-
/// In case of multipe llvm modules, private lazy protocol
68+
/// In case of multiple llvm modules, private lazy protocol
6969
/// witness table accessors could be emitted by two different IGMs during
7070
/// IRGen into different object files and the linker would complain about
7171
/// duplicate symbols.

0 commit comments

Comments
 (0)