From 98c5e77e77dc1618697984c6de4e3b774e77aa2d Mon Sep 17 00:00:00 2001 From: Nghia Truong <7416935+ttnghia@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:18:40 -0700 Subject: [PATCH] Update cpp/include/cudf/aggregation/host_udf.hpp Co-authored-by: nvdbaranec <56695930+nvdbaranec@users.noreply.github.com> --- cpp/include/cudf/aggregation/host_udf.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/include/cudf/aggregation/host_udf.hpp b/cpp/include/cudf/aggregation/host_udf.hpp index 20dc5771b7f..aee79eeaf06 100644 --- a/cpp/include/cudf/aggregation/host_udf.hpp +++ b/cpp/include/cudf/aggregation/host_udf.hpp @@ -319,7 +319,7 @@ struct host_udf_groupby_base : host_udf_base { std::function)> aggregation_assessor_callback; /** - * @brief Perform computing a built-in groupby aggregation and access its result. + * @brief Compute a built-in groupby aggregation and access its result. * * This allows the derived class to call any other built-in groupby aggregations on the same input * values column and access the output for its operations.