We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d2f45d + f50ffb2 commit 1743ec1Copy full SHA for 1743ec1
include/swift/SILOptimizer/Analysis/EscapeAnalysis.h
@@ -742,7 +742,7 @@ class EscapeAnalysis : public BottomUpIPAnalysis {
742
743
/// Returns true if the pointers \p V1 and \p V2 can possibly point to the
744
/// same memory.
745
- /// If at aleast one of the pointers refers to a local object and and the
+ /// If at least one of the pointers refers to a local object and the
746
/// connection-graph-nodes of both pointers do not point to the same content
747
/// node, the pointers do not alias.
748
bool canPointToSameMemory(SILValue V1, SILValue V2);
0 commit comments