Skip to content

Commit 4c58842

Browse files
committed
[Concurrency] Fix typo (Impll->Impl) in NonDispatchGlobalExecutor.cpp, resolve build failure when using task-to-thread Concurrency model
1 parent ffaee52 commit 4c58842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/NonDispatchGlobalExecutor.cpp

Lines changed: 1 addition & 1 deletion
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)