Skip to content

Commit 1743ec1

Browse files
committed
Merge pull request #728 from practicalswift/recent-typo
[Typo] Fix recently introduced typo
2 parents 9d2f45d + f50ffb2 commit 1743ec1

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)