diff --git a/core/src/Cuda/Kokkos_CudaSpace.cpp b/core/src/Cuda/Kokkos_CudaSpace.cpp index 260924c1ea2..7559bc045bc 100644 --- a/core/src/Cuda/Kokkos_CudaSpace.cpp +++ b/core/src/Cuda/Kokkos_CudaSpace.cpp @@ -180,7 +180,7 @@ namespace { #elif (defined(KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC) && CUDART_VERSION >= 11020) /** - * If a device has been initialized we will drop it in the set + * If a device has been initialized we will drop it in the set * so we don't initialize it again */ std::unordered_set _mem_pool_initialized;