Skip to content

Commit 4f9f5cf

Browse files
committed
[Gardening] Fixed typo.
1 parent cce97b3 commit 4f9f5cf

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

0 commit comments

Comments
 (0)