Skip to content

Commit 98c538a

Browse files
authored
Merge pull request swiftlang#77231 from kubamracek/concurrency-fix-typo-in-nondispatch
[Concurrency] Fix typo (Impll->Impl) in NonDispatchGlobalExecutor.cpp, resolve build failure when using task-to-thread Concurrency model
2 parents cd21d6c + 4c58842 commit 98c538a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/NonDispatchGlobalExecutor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ bool swift_task_isMainExecutorImpl(SwiftExecutorRef executor) {
9090
}
9191

9292
SWIFT_RUNTIME_ATTRIBUTE_NORETURN SWIFT_CC(swift)
93-
void swift_task_asyncMainDrainQueueImpll() {
93+
void swift_task_asyncMainDrainQueueImpl() {
9494
swift_reportError(0, "operation unsupported without libdispatch: "
9595
"swift_task_asyncMainDrainQueue");
9696
}

0 commit comments

Comments
 (0)