Skip to content

Commit aedd3f2

Browse files
authored
Merge pull request swiftlang#36748 from compnerd/typo
AST: correct a typo in the comment (NFC)
2 parents 3824528 + f4f9089 commit aedd3f2

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
@@ -3486,7 +3486,7 @@ class StructDecl final : public NominalTypeDecl {
34863486
SourceLoc StructLoc;
34873487

34883488
// We import C++ class templates as generic structs. Then when in Swift code
3489-
// we want to substitude generic parameters with actual arguments, we
3489+
// we want to substitute generic parameters with actual arguments, we
34903490
// convert the arguments to C++ equivalents and ask Clang to instantiate the
34913491
// C++ template. Then we import the C++ class template instantiation
34923492
// as a non-generic structs with a name prefixed with `__CxxTemplateInst`.

0 commit comments

Comments
 (0)