Skip to content

Commit f50ffb2

Browse files
Fix recently introduced typo.
1 parent 70938b1 commit f50ffb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Analysis/EscapeAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ class EscapeAnalysis : public BottomUpIPAnalysis {
742742

743743
/// Returns true if the pointers \p V1 and \p V2 can possibly point to the
744744
/// same memory.
745-
/// If at aleast one of the pointers refers to a local object and and the
745+
/// If at least one of the pointers refers to a local object and the
746746
/// connection-graph-nodes of both pointers do not point to the same content
747747
/// node, the pointers do not alias.
748748
bool canPointToSameMemory(SILValue V1, SILValue V2);

0 commit comments

Comments
 (0)