From 6524454f6b7e238f00866f1f74373293a9b4b1cd Mon Sep 17 00:00:00 2001 From: Nicholas Sielicki Date: Sat, 25 Jan 2025 22:25:17 -0800 Subject: [PATCH] mr/host: fix incorrect docs usage of device_memory_resource Signed-off-by: Nicholas Sielicki --- include/rmm/mr/host/host_memory_resource.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/rmm/mr/host/host_memory_resource.hpp b/include/rmm/mr/host/host_memory_resource.hpp index 71c63cfb3..15089c583 100644 --- a/include/rmm/mr/host/host_memory_resource.hpp +++ b/include/rmm/mr/host/host_memory_resource.hpp @@ -121,7 +121,7 @@ class host_memory_resource { } /** - * @brief Comparison operator with another device_memory_resource + * @brief Comparison operator with another host_memory_resource * * @param other The other resource to compare to * @return true If the two resources are equivalent @@ -133,7 +133,7 @@ class host_memory_resource { } /** - * @brief Comparison operator with another device_memory_resource + * @brief Comparison operator with another host_memory_resource * * @param other The other resource to compare to * @return false If the two resources are equivalent