From 324d635ab41755659b0439496590b520aade18bc Mon Sep 17 00:00:00 2001 From: Vukasin Milovanovic Date: Wed, 18 Dec 2024 13:24:18 -0800 Subject: [PATCH] Update cpp/src/io/comp/common.hpp Co-authored-by: Bradley Dice --- cpp/src/io/comp/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/io/comp/common.hpp b/cpp/src/io/comp/common.hpp index 72bb63e817e..a81ac60e03a 100644 --- a/cpp/src/io/comp/common.hpp +++ b/cpp/src/io/comp/common.hpp @@ -21,7 +21,7 @@ namespace cudf::io::detail { /** - * @brief The value used for padding a data buffer such that its size will be multiple of it. + * @brief The size used for padding a data buffer's size to a multiple of the padding. * * Padding is necessary for input/output buffers of several compression/decompression kernels * (inflate_kernel and nvcomp snappy). Such kernels operate on aligned data pointers, which require