Skip to content

Commit fc6ac62

Browse files
authored
Merge pull request #62789 from eltociear/patch-41
Fix typo in InstOptUtils.cpp
2 parents 39d1003 + e84a655 commit fc6ac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Utils/InstOptUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ void swift::replaceLoadSequence(SILInstruction *inst, SILValue value) {
13071307
return;
13081308
}
13091309

1310-
// Incidental uses of an addres are meaningless with regard to the loaded
1310+
// Incidental uses of an address are meaningless with regard to the loaded
13111311
// value.
13121312
if (isIncidentalUse(inst) || isa<BeginUnpairedAccessInst>(inst))
13131313
return;

0 commit comments

Comments
 (0)