Skip to content

Commit c8f0dd2

Browse files
committed
[Gardening] Fixed typo.
1 parent a5a81c8 commit c8f0dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Analysis/EscapeAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2851,7 +2851,7 @@ bool EscapeAnalysis::canPointToSameMemory(SILValue V1, SILValue V2) {
28512851
// graph path exists from the referenced object to a global-escaping or
28522852
// argument-escaping node.
28532853
//
2854-
// TODO: This API is inneffective for release hoisting, because the release
2854+
// TODO: This API is ineffective for release hoisting, because the release
28552855
// itself is often the only place that an object's contents may escape. We can't
28562856
// currently determine that since the contents cannot escape prior to \p
28572857
// releasePtr, then livePtr cannot possible point to the same memory!

0 commit comments

Comments
 (0)