Skip to content

Commit 8ad295a

Browse files
authored
Fix a comment reference to TaskGroupBase (#79622)
Update a reference to `TaskGroupImpl` to `TaskGroupBase`.
1 parent 43919e8 commit 8ad295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/ABI/TaskStatus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class ChildTaskStatusRecord : public TaskStatusRecord {
109109

110110
/// A status record which states that a task has a task group.
111111
///
112-
/// A record always is a specific `TaskGroupImpl`.
112+
/// A record always is an instance of a `TaskGroupBase` subclass.
113113
///
114114
/// This record holds references to all the non-completed children of
115115
/// the task group. It may also hold references to completed children

0 commit comments

Comments
 (0)