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 41ae316 commit 10264adCopy full SHA for 10264ad
lib/SIL/IR/SILModule.cpp
@@ -253,7 +253,7 @@ SILDefaultWitnessTable *
253
SILModule::lookUpDefaultWitnessTable(const ProtocolDecl *Protocol,
254
bool deserializeLazily) {
255
// Note: we only ever look up default witness tables in the translation unit
256
- // that is currently being compiled, since they SILGen generates them when it
+ // that is currently being compiled, since SILGen generates them when it
257
// visits the protocol declaration, and IRGen emits them when emitting the
258
// protocol descriptor metadata for the protocol.
259
0 commit comments