Skip to content

Commit 65f336b

Browse files
committed
Fix a typo
1 parent 20f0b46 commit 65f336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ class AccessFunction {
919919
}
920920

921921
/// Hoists the necessary check for beginning and end of the induction
922-
/// encapsulated by this acess function to the header.
922+
/// encapsulated by this access function to the header.
923923
void hoistCheckToPreheader(ArraySemanticsCall CheckToHoist,
924924
SILBasicBlock *Preheader,
925925
DominanceInfo *DT) {

0 commit comments

Comments
 (0)