From 0ab0966d2c1e60749232d769e1ebd732bf66bb5f Mon Sep 17 00:00:00 2001 From: Georgy Evtushenko Date: Fri, 17 Nov 2023 17:14:17 +0000 Subject: [PATCH] Typo in transform reduce docs --- cub/cub/device/device_reduce.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cub/cub/device/device_reduce.cuh b/cub/cub/device/device_reduce.cuh index fbfd99b78b4..bef701684de 100644 --- a/cub/cub/device/device_reduce.cuh +++ b/cub/cub/device/device_reduce.cuh @@ -1065,7 +1065,7 @@ struct DeviceReduce * Binary reduction functor * * @param[in] transform_op - * Uniary transform functor + * Unary transform functor * * @param[in] init * Initial value of the reduction