From 85d347fe784c046718db9fa8571ef2c89989ba7f Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 25 Feb 2025 13:36:58 -0800 Subject: [PATCH] Fix a comment reference to TaskGroupBase --- include/swift/ABI/TaskStatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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