diff --git a/include/swift/ABI/TaskStatus.h b/include/swift/ABI/TaskStatus.h index 8a61b0de01b65..9c63d76f0dc9f 100644 --- a/include/swift/ABI/TaskStatus.h +++ b/include/swift/ABI/TaskStatus.h @@ -109,7 +109,7 @@ class ChildTaskStatusRecord : public TaskStatusRecord { /// A status record which states that a task has a task group. /// -/// A record always is a specific `TaskGroupImpl`. +/// A record always is an instance of a `TaskGroupBase` subclass. /// /// This record holds references to all the non-completed children of /// the task group. It may also hold references to completed children