diff --git a/src/components/ec/cpu/ec_cpu_reduce.c b/src/components/ec/cpu/ec_cpu_reduce.c index 8aa0c3cbe5..a805d67294 100644 --- a/src/components/ec/cpu/ec_cpu_reduce.c +++ b/src/components/ec/cpu/ec_cpu_reduce.c @@ -114,7 +114,7 @@ break; \ default: \ ec_error(&ucc_ec_cpu.super, \ - "float dtype does not support " \ + "int dtype does not support " \ "requested reduce op: %s", \ ucc_reduction_op_str(_op)); \ return UCC_ERR_NOT_SUPPORTED; \