Skip to content

Commit 77206e6

Browse files
committed
Corrections
1 parent 4684f3a commit 77206e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Utils/SILIsolationInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ SILIsolationInfo SILIsolationInfo::get(SILArgument *arg) {
913913
// disconnected so we can construct the actor value. Users cannot write
914914
// allocator functions so we just need to worry about compiler generated
915915
// code. In the case of a non-actor, we can only have an allocator that is
916-
// global-actor-isolated, so we will never hit this code path.
916+
// global-actor isolated, so we will never hit this code path.
917917
if (declRef.kind == SILDeclRef::Kind::Allocator) {
918918
if (auto isolation = fArg->getFunction()->getActorIsolation()) {
919919
if (isolation->isActorInstanceIsolated()) {

0 commit comments

Comments
 (0)