Skip to content

Commit 22fb4ed

Browse files
committed
[gardening] Fix a thinko in a comment. NFC.
1 parent 3a92443 commit 22fb4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Analysis/AliasAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class AliasAnalysis : public SILAnalysis {
140140
virtual void handleDeleteNotification(ValueBase *I) override {
141141
// The pointer I is going away. We can't scan the whole cache and remove
142142
// all of the occurrences of the pointer. Instead we remove the pointer
143-
// from the cache the translates pointers to indices.
143+
// from the cache that translates pointers to indices.
144144
AliasValueBaseToIndex.invalidateValue(I);
145145
MemoryBehaviorValueBaseToIndex.invalidateValue(I);
146146
}

0 commit comments

Comments
 (0)