Skip to content

Commit

Permalink
Update cpp/src/io/comp/common.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
vuule and bdice authored Dec 18, 2024
1 parent 7d23502 commit 324d635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/comp/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 324d635

Please sign in to comment.