Skip to content

Commit f509612

Browse files
committed
Fix typo in comment
1 parent a69107d commit f509612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Decl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4338,7 +4338,7 @@ class ProtocolDecl final : public NominalTypeDecl {
43384338
/// with the Objective-C runtime.
43394339
StringRef getObjCRuntimeName(llvm::SmallVectorImpl<char> &buffer) const;
43404340

4341-
/// Create the generic parameters of this protocol if the haven't been
4341+
/// Create the generic parameters of this protocol if they haven't been
43424342
/// created yet.
43434343
void createGenericParamsIfMissing();
43444344

0 commit comments

Comments
 (0)