mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo: guarantueed → guaranteed
This commit is contained in:
@@ -1330,7 +1330,7 @@ bool COWArrayOpt::hasLoopOnlyDestructorSafeArrayOperations() {
|
|||||||
if (Kind == ArrayCallKind::kArrayInit ||
|
if (Kind == ArrayCallKind::kArrayInit ||
|
||||||
Kind == ArrayCallKind::kArrayUninitialized)
|
Kind == ArrayCallKind::kArrayUninitialized)
|
||||||
continue;
|
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
|
// we actually need. The requirement is that we can't create another
|
||||||
// reference to the array by performing an array operation: for example,
|
// reference to the array by performing an array operation: for example,
|
||||||
// storing or appending one array into an two-dimensional array.
|
// storing or appending one array into an two-dimensional array.
|
||||||
|
|||||||
Reference in New Issue
Block a user