From 7641ee6afd523f414b6205ea069c2b893e778e10 Mon Sep 17 00:00:00 2001 From: Vivek Narang Date: Thu, 21 Dec 2023 21:11:25 -0800 Subject: [PATCH] typo fix --- cpp/include/raft/neighbors/detail/refine_device.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/include/raft/neighbors/detail/refine_device.cuh b/cpp/include/raft/neighbors/detail/refine_device.cuh index 6ee96957fa..337318f791 100644 --- a/cpp/include/raft/neighbors/detail/refine_device.cuh +++ b/cpp/include/raft/neighbors/detail/refine_device.cuh @@ -51,7 +51,7 @@ void refine_device(raft::resources const& handle, uint32_t k = static_cast(indices.extent(1)); RAFT_EXPECTS(k <= raft::matrix::detail::select::warpsort::kMaxCapacity, - "k must be lest than topk::kMaxCapacity (%d).", + "k must be less than topk::kMaxCapacity (%d).", raft::matrix::detail::select::warpsort::kMaxCapacity); common::nvtx::range fun_scope(