From 55fdd75c65e7a3c86d8d8240f784997417e344fc Mon Sep 17 00:00:00 2001 From: Phil Miller Date: Tue, 10 Jan 2023 16:42:18 -0800 Subject: [PATCH] [ci skip] Fix comment typo noticed in early analysis --- core/src/HIP/Kokkos_HIP_Parallel_MDRange.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/HIP/Kokkos_HIP_Parallel_MDRange.hpp b/core/src/HIP/Kokkos_HIP_Parallel_MDRange.hpp index 994d4263d30..64626406d5f 100644 --- a/core/src/HIP/Kokkos_HIP_Parallel_MDRange.hpp +++ b/core/src/HIP/Kokkos_HIP_Parallel_MDRange.hpp @@ -241,7 +241,7 @@ class ParallelReduce, ReducerType, // Number of blocks is bounded so that the reduction can be limited to two // passes. Each thread block is given an approximately equal amount of // work to perform. Accumulate the values for this block. The accumulation - // ordering does not match the final pass, but is arithmatically + // ordering does not match the final pass, but is arithmetically // equivalent. this->exec_range(value);