Skip to content

Commit 1eee717

Browse files
authored
Apply suggestions from code review
1 parent 7d9475b commit 1eee717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/Concurrency.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ enum swift_task_is_current_executor_flag : uint64_t {
10481048
Assert = 0x8,
10491049

10501050
/// The routine should use 'isIsolatingCurrentContext' function on the
1051-
/// 'expected' executor instead of
1051+
/// 'expected' executor instead of `checkIsolated`.
10521052
HasIsIsolatingCurrentContext = 0x10,
10531053
};
10541054

0 commit comments

Comments
 (0)