From 4f6d3400ac0313e3101c07cd93b21c79cd91221d Mon Sep 17 00:00:00 2001 From: Nghia Truong <7416935+ttnghia@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:16:33 -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 3f5c8b71ecf..d02943a5635 100644 --- a/cpp/include/cudf/aggregation/host_udf.hpp +++ b/cpp/include/cudf/aggregation/host_udf.hpp @@ -46,7 +46,7 @@ namespace CUDF_EXPORT cudf { * @brief The fundamental interface for host-based UDF implementation. * * This class declares the functions `do_hash`, `is_equal`, and `clone` that must be defined in - * the users' UDF implementation. These function are required for libcudf aggregation framework + * the users' UDF implementation. These functions are required for libcudf aggregation framework * to perform its operations. */ class host_udf_base {