diff --git a/include/hc.hpp b/include/hc.hpp index 0c0c90e47ee..06ff9a43b9c 100644 --- a/include/hc.hpp +++ b/include/hc.hpp @@ -762,7 +762,8 @@ class accelerator /** * Check if @p other is peer of this accelerator. * - * @return true if other can access this accelerator's device memory pool or false if not + * @return true if other can access this accelerator's device memory pool or false if not. + * the acceleratos is its own peer. */ bool get_is_peer(const accelerator& other) const { return pDev->is_peer(other.pDev);