File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright © 2010-2016 Inria. All rights reserved.
2
+ * Copyright © 2010-2017 Inria. All rights reserved.
3
3
* See COPYING in top-level directory.
4
4
*/
5
5
@@ -40,7 +40,7 @@ extern "C" {
40
40
*/
41
41
struct hwloc_distances_s {
42
42
unsigned nbobjs ; /**< \brief Number of objects described by the distance matrix. */
43
- hwloc_obj_t * objs ; /**< \biref Array of objects described by the distance matrix. */
43
+ hwloc_obj_t * objs ; /**< \brief Array of objects described by the distance matrix. */
44
44
unsigned long kind ; /**< \brief OR'ed set of ::hwloc_distances_kind_e. */
45
45
hwloc_uint64_t * values ; /**< \brief Matrix of distances between objects, stored as a one-dimension array.
46
46
*
@@ -173,7 +173,7 @@ enum hwloc_distances_flag_e {
173
173
* \p kind specifies the kind of distance as a OR'ed set of ::hwloc_distances_kind_e.
174
174
*
175
175
* \p flags configures the behavior of the function using an optional OR'ed set of
176
- * ::hwoc_distances_flag_e .
176
+ * ::hwloc_distances_flag_e .
177
177
*
178
178
* Objects must be of the same type. They cannot be of type Group.
179
179
*/
You can’t perform that action at this time.
0 commit comments