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 9d019ed commit a9f16c7Copy full SHA for a9f16c7
include/swift/IRGen/Linking.h
@@ -65,7 +65,7 @@ class UniversalLinkageInfo {
65
bool shouldAllPrivateDeclsBeVisibleFromOtherFiles() const {
66
return HasMultipleIGMs;
67
}
68
- /// In case of multipe llvm modules, private lazy protocol
+ /// In case of multiple llvm modules, private lazy protocol
69
/// witness table accessors could be emitted by two different IGMs during
70
/// IRGen into different object files and the linker would complain about
71
/// duplicate symbols.
0 commit comments