Skip to content

Commit b813cf0

Browse files
committed
hwloc/helpers.h: fix a type
introduced in de063bd Signed-off-by: Brice Goglin <[email protected]>
1 parent 1f6f719 commit b813cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hwloc/helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology __hwloc_attribute_unu
423423
* \return the ancestor if any.
424424
* \return \c NULL if no such ancestor exists.
425425
*
426-
* \note if multiple matching ancestors exist (e.g. multiple levels of ::HwLOC_OBJ_GROUP)
426+
* \note if multiple matching ancestors exist (e.g. multiple levels of ::HWLOC_OBJ_GROUP)
427427
* the lowest one is returned.
428428
*
429429
* \note \p type should not be ::HWLOC_OBJ_PU or ::HWLOC_OBJ_NUMANODE

0 commit comments

Comments
 (0)