Skip to content

Commit

Permalink
hwloc/helpers.h: fix a type
Browse files Browse the repository at this point in the history
introduced in de063bd

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Apr 28, 2023
1 parent 1f6f719 commit b813cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hwloc/helper.h
Expand Up @@ -423,7 +423,7 @@ hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology __hwloc_attribute_unu
* \return the ancestor if any.
* \return \c NULL if no such ancestor exists.
*
* \note if multiple matching ancestors exist (e.g. multiple levels of ::HwLOC_OBJ_GROUP)
* \note if multiple matching ancestors exist (e.g. multiple levels of ::HWLOC_OBJ_GROUP)
* the lowest one is returned.
*
* \note \p type should not be ::HWLOC_OBJ_PU or ::HWLOC_OBJ_NUMANODE
Expand Down

0 comments on commit b813cf0

Please sign in to comment.