Skip to content

Commit c53d2d7

Browse files
authored
Merge pull request #62415 from lilli-nishikawa/fix_typo_in_actor
stdlib: Fix typo in Actor.cpp
2 parents 2017eed + 86b8c5f commit c53d2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/BackDeployConcurrency/Actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ static void runOnAssumedThread(AsyncTask *task, ExecutorRef executor,
18071807
// Note that this doesn't change the active task and so doesn't
18081808
// need to either update ActiveTask or flagAsRunning/flagAsSuspended.
18091809

1810-
// If there's alreaady tracking info set up, just change the executor
1810+
// If there's already tracking info set up, just change the executor
18111811
// there and tail-call the task. We don't want these frames to
18121812
// potentially accumulate linearly.
18131813
if (oldTracking) {

0 commit comments

Comments
 (0)