Skip to content

Commit e922eb8

Browse files
committed
[Gardening] Fixed typo.
1 parent 10ce0c6 commit e922eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGenDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ class LetValueInitialization : public Initialization {
835835
// If we have a no implicit copy lexical, emit the instruction stream so
836836
// that the move checker knows to check this variable.
837837
if (vd->isNoImplicitCopy()) {
838-
value = SGF.B.createMoveValue(PrologueLoc, value, /*IisLexical*/ true,
838+
value = SGF.B.createMoveValue(PrologueLoc, value, /*isLexical*/ true,
839839
/*hasPointerEscape=*/false,
840840
/*fromVarDecl=*/true);
841841
value =

0 commit comments

Comments
 (0)