Skip to content

Commit bcfd5ba

Browse files
committed
API: fix a comment about weighted interleave support bit
Signed-off-by: Brice Goglin <[email protected]>
1 parent da53ad2 commit bcfd5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hwloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2526,7 +2526,7 @@ struct hwloc_topology_membind_support {
25262526
unsigned char migrate_membind;
25272527
/** Getting the last NUMA nodes where a memory area was allocated is supported */
25282528
unsigned char get_area_memlocation;
2529-
/** Interleave policy is supported. */
2529+
/** Weighted interleave policy is supported. */
25302530
unsigned char weighted_interleave_membind;
25312531
};
25322532

0 commit comments

Comments
 (0)