Skip to content

Commit 82ee51f

Browse files
committed
API: update one very old comment about v1 multi-node topology
Signed-off-by: Brice Goglin <[email protected]>
1 parent 5142093 commit 82ee51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/hwloc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ typedef enum hwloc_obj_osdev_type_e {
372372
* (because neither is usually contained in the other).
373373
*
374374
* \note Object types containing CPUs can always be compared
375-
* (usually, a system contains machines, which contain packages, which
376-
* contain caches, which contain cores, which contain processors).
375+
* (usually, a machine contains packages, which contain caches,
376+
* which contain cores, which contain PUs).
377377
*
378378
* \note ::HWLOC_OBJ_PU will always be the deepest,
379379
* while ::HWLOC_OBJ_MACHINE is always the highest.

0 commit comments

Comments
 (0)