File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Job;
30
30
class SerialExecutorWitnessTable ;
31
31
class TaskExecutorWitnessTable ;
32
32
33
- // / An unmanaged reference to an serial executor.
33
+ // / An unmanaged reference to a serial executor.
34
34
// /
35
35
// / This type corresponds to the type Optional<Builtin.Executor> in
36
36
// / Swift. The representation of nil in Optional<Builtin.Executor>
@@ -246,10 +246,10 @@ class TaskExecutorRef {
246
246
return getExecutorKind () == TaskExecutorKind::Ordinary;
247
247
}
248
248
249
- const SerialExecutorWitnessTable *getTaskExecutorWitnessTable () const {
249
+ const TaskExecutorWitnessTable *getTaskExecutorWitnessTable () const {
250
250
assert (!isUndefined ());
251
251
auto table = Implementation & WitnessTableMask;
252
- return reinterpret_cast <const SerialExecutorWitnessTable *>(table);
252
+ return reinterpret_cast <const TaskExecutorWitnessTable *>(table);
253
253
}
254
254
255
255
// /// Do we have to do any work to start running as the requested
You can’t perform that action at this time.
0 commit comments