Convert [Cc]an not -> [Cc]annot

This commit is contained in:
ken0nek
2015-12-23 00:55:48 +09:00
parent e216169029
commit fcd8fcee91
112 changed files with 264 additions and 264 deletions

View File

@@ -1348,7 +1348,7 @@ bool COWArrayOpt::hasLoopOnlyDestructorSafeArrayOperations() {
// reference to the array by performing an array operation: for example,
// storing or appending one array into an two-dimensional array.
// Checking
// that all types are the same make guarantees that this can not happen.
// that all types are the same make guarantees that this cannot happen.
if (SameTy.isNull()) {
SameTy =
Sem.getSelf().getType().getSwiftRValueType()->getCanonicalType();
@@ -1395,7 +1395,7 @@ bool COWArrayOpt::hasLoopOnlyDestructorSafeArrayOperations() {
if (MatchedReleases.count(&RVI->getOperandRef()))
continue;
// Ignore fix_lifetime. It can not increment ref counts.
// Ignore fix_lifetime. It cannot increment ref counts.
if (isa<FixLifetimeInst>(Inst))
continue;