Skip to content

Commit 345d1f4

Browse files
committed
Fix typo in comment
1 parent 3fb77ea commit 345d1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckProtocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ diagnoseMissingWitnesses(MissingWitnessDiagnosisKind Kind) {
27582758
auto FixitBufferId = SM.findBufferContainingLoc(FixitLocation);
27592759
for (auto VD : MissingWitnesses) {
27602760
// Don't ever emit a diagnostic for a requirement in the NSObject
2761-
// protocol. They'renot implementable.
2761+
// protocol. They're not implementable.
27622762
if (isNSObjectProtocol(VD->getDeclContext()->getSelfProtocolDecl()))
27632763
continue;
27642764

0 commit comments

Comments
 (0)