Skip to content

Commit 9634db0

Browse files
committed
Merge pull request #1318 from practicalswift/typo-fixes-20160215b
[gardening] Fix recently introduced typo: "thats" → "that is"
2 parents fc43acd + 109eb80 commit 9634db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILOptimizer/Analysis/ARCAnalysis.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ void ConsumedArgToEpilogueReleaseMatcher::findMatchingReleases(
513513
//
514514
// 2. A release that can not be mapped to any @owned argument.
515515
//
516-
// 3. A release thats mapped to an argument which already has a release that
517-
// overlaps with this release.
516+
// 3. A release that is mapped to an argument which already has a release
517+
// that overlaps with this release.
518518
for (auto II = std::next(BB->rbegin()), IE = BB->rend(); II != IE; ++II) {
519519
// If we do not have a release_value or strong_release...
520520
if (!isa<ReleaseValueInst>(*II) && !isa<StrongReleaseInst>(*II)) {

0 commit comments

Comments
 (0)