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 © 2013-2018 Inria. All rights reserved.
2
+ * Copyright © 2013-2020 Inria. All rights reserved.
3
3
* See COPYING in top-level directory.
4
4
*/
5
5
@@ -110,7 +110,7 @@ union hwloc_topology_diff_obj_attr_u {
110
110
*/
111
111
typedef enum hwloc_topology_diff_type_e {
112
112
/** \brief An object attribute was changed.
113
- * The union is a hwloc_topology_diff_obj_attr_u ::hwloc_topology_diff_obj_attr_s.
113
+ * The union is a hwloc_topology_diff_u ::hwloc_topology_diff_obj_attr_s.
114
114
*/
115
115
HWLOC_TOPOLOGY_DIFF_OBJ_ATTR ,
116
116
@@ -119,7 +119,7 @@ typedef enum hwloc_topology_diff_type_e {
119
119
* this object has not been checked.
120
120
* hwloc_topology_diff_build() will return 1.
121
121
*
122
- * The union is a hwloc_topology_diff_obj_attr_u ::hwloc_topology_diff_too_complex_s.
122
+ * The union is a hwloc_topology_diff_u ::hwloc_topology_diff_too_complex_s.
123
123
*/
124
124
HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX
125
125
} hwloc_topology_diff_type_t ;
You can’t perform that action at this time.
0 commit comments