Skip to content

Commit

Permalink
mr/host: fix incorrect docs usage of device_memory_resource
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Sielicki <[email protected]>
  • Loading branch information
aws-nslick committed Feb 2, 2025
1 parent 45a4446 commit 6524454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/rmm/mr/host/host_memory_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6524454

Please sign in to comment.