Skip to content

Commit bf6f046

Browse files
author
David Ungar
authored
Merge pull request swiftlang#27019 from davidungar/typo-fix
[NFC} Fix typo in comment
2 parents 6d90558 + f509612 commit bf6f046

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)