Skip to content

Commit 86b8c5f

Browse files
stdlib: Fix typo in Actor.cpp
1 parent fb316d4 commit 86b8c5f

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)