Skip to content

Commit 608d012

Browse files
committed
distance: fix some typos in doxygen comments
Signed-off-by: Brice Goglin <[email protected]>
1 parent 8290d33 commit 608d012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/hwloc/distances.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2010-2016 Inria. All rights reserved.
2+
* Copyright © 2010-2017 Inria. All rights reserved.
33
* See COPYING in top-level directory.
44
*/
55

@@ -40,7 +40,7 @@ extern "C" {
4040
*/
4141
struct hwloc_distances_s {
4242
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. */
4444
unsigned long kind; /**< \brief OR'ed set of ::hwloc_distances_kind_e. */
4545
hwloc_uint64_t *values; /**< \brief Matrix of distances between objects, stored as a one-dimension array.
4646
*
@@ -173,7 +173,7 @@ enum hwloc_distances_flag_e {
173173
* \p kind specifies the kind of distance as a OR'ed set of ::hwloc_distances_kind_e.
174174
*
175175
* \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.
177177
*
178178
* Objects must be of the same type. They cannot be of type Group.
179179
*/

0 commit comments

Comments
 (0)