Skip to content

Commit d1089c3

Browse files
authored
Merge pull request swiftlang#20249 from Dante-Broggi/patch-10
2 parents 9bd1a26 + e8a7cd6 commit d1089c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ void SILGenModule::visitVarDecl(VarDecl *vd) {
12101210
auto accessor = vd->getAccessor(kind);
12111211
if (!accessor) return;
12121212

1213-
// Only eit the accessor if it wasn't added to the surrounding decl
1213+
// Only emit the accessor if it wasn't added to the surrounding decl
12141214
// list by the parser. We can test that easily by looking at the impl
12151215
// info, since all of these accessors have a corresponding access kind
12161216
// whose impl should definitely point at the accessor if it was parsed.

0 commit comments

Comments
 (0)