Skip to content

Commit e84a655

Browse files
author
Ikko Ashimine
authored
Fix typo in InstOptUtils.cpp
addres -> address
1 parent 71c62c0 commit e84a655

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)