File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1623,7 +1623,7 @@ void DefaultActorImpl::enqueue(Job *job) {
1623
1623
auto oldStatus = oldState.Flags .getStatus ();
1624
1624
bool wasIdle = oldStatus == Status::Idle;
1625
1625
1626
- // Update the priority: the prriority of the job we're adding
1626
+ // Update the priority: the priority of the job we're adding
1627
1627
// if the actor was idle, or the max if not. Only the running
1628
1628
// thread can decrease the actor's priority once it's non-idle.
1629
1629
// (But note that the job we enqueue can still observe a
@@ -1986,4 +1986,4 @@ bool swift::swift_distributed_actor_is_remote(DefaultActor *_actor) {
1986
1986
bool DefaultActorImpl::isDistributedRemote () {
1987
1987
auto state = CurrentState.load (std::memory_order_relaxed);
1988
1988
return state.Flags .isDistributedRemote ();
1989
- }
1989
+ }
You can’t perform that action at this time.
0 commit comments