This fixes the function description comment in osm_matrix.h Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> ---
osm/include/opensm/osm_matrix.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osm/include/opensm/osm_matrix.h b/osm/include/opensm/osm_matrix.h index c6c5107..0903708 100644 --- a/osm/include/opensm/osm_matrix.h +++ b/osm/include/opensm/osm_matrix.h @@ -321,7 +321,7 @@ osm_lid_matrix_get_num_ports( * osm_lid_matrix_get_least_hops * * DESCRIPTION -* Returns the number of ports in this lid matrix. +* Returns the least number of hops for specified lid * * SYNOPSIS */ @@ -345,7 +345,7 @@ osm_lid_matrix_get_least_hops( * [in] LID (host order) for which to retrieve the shortest hop count. * * RETURN VALUES -* Returns the number of ports in this lid matrix. +* Returns the least number of hops for specified lid * * NOTES * _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
