[gardening] Fix a vs an typos.

This commit is contained in:
practicalswift
2017-01-21 10:47:25 +01:00
parent b0637c3462
commit 95e47eceb7
4 changed files with 7 additions and 7 deletions

View File

@@ -1157,7 +1157,7 @@ bool EscapeAnalysis::buildConnectionGraphForDestructor(
// The object is local, but we cannot determine its type.
return false;
}
// If Ty is a an optional, its deallocation is equivalent to the deallocation
// If Ty is an optional, its deallocation is equivalent to the deallocation
// of its payload.
// TODO: Generalize it. Destructor of an aggregate type is equivalent to calling
// destructors for its components.