Merge pull request #510 from practicalswift/fix-typos-14

Fix typos (14 of 30)
This commit is contained in:
Dmitri Gribenko
2015-12-14 01:07:49 -08:00
10 changed files with 11 additions and 11 deletions

View File

@@ -1330,7 +1330,7 @@ bool COWArrayOpt::hasLoopOnlyDestructorSafeArrayOperations() {
if (Kind == ArrayCallKind::kArrayInit ||
Kind == ArrayCallKind::kArrayUninitialized)
continue;
// All array types must be the same. This is a stronger guarantueed than
// All array types must be the same. This is a stronger guaranteed than
// we actually need. The requirement is that we can't create another
// reference to the array by performing an array operation: for example,
// storing or appending one array into an two-dimensional array.