Skip to content

Commit fb3f753

Browse files
committed
[Gardening] Fixed typo.
1 parent 53d9d6f commit fb3f753

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
@@ -810,7 +810,7 @@ class LetValueInitialization : public Initialization {
810810
// If we have a no implicit copy lexical, emit the instruction stream so
811811
// that the move checker knows to check this variable.
812812
if (vd->isNoImplicitCopy()) {
813-
value = SGF.B.createMoveValue(PrologueLoc, value, /*IisLexical*/ true);
813+
value = SGF.B.createMoveValue(PrologueLoc, value, /*isLexical*/ true);
814814
value = SGF.B.createOwnedCopyableToMoveOnlyWrapperValue(PrologueLoc, value);
815815
return SGF.B.createMarkMustCheckInst(
816816
PrologueLoc, value,

0 commit comments

Comments
 (0)