Skip to content

Commit 10264ad

Browse files
committed
[Gardening] Tweak comment.
1 parent 41ae316 commit 10264ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/IR/SILModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ SILDefaultWitnessTable *
253253
SILModule::lookUpDefaultWitnessTable(const ProtocolDecl *Protocol,
254254
bool deserializeLazily) {
255255
// 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
256+
// that is currently being compiled, since SILGen generates them when it
257257
// visits the protocol declaration, and IRGen emits them when emitting the
258258
// protocol descriptor metadata for the protocol.
259259

0 commit comments

Comments
 (0)