OpenSM/include/osm_port_profile.h: Fix some typos Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
diff --git a/opensm/include/opensm/osm_port_profile.h b/opensm/include/opensm/osm_port_profile.h index d735388..9997d0b 100644 --- a/opensm/include/opensm/osm_port_profile.h +++ b/opensm/include/opensm/osm_port_profile.h @@ -147,7 +147,7 @@ osm_port_prof_path_count_inc(IN osm_port_profile_t * const p_prof) /* * PARAMETERS -* p_pro +* p_prof * [in] Pointer to the Port Profile object. * * RETURN VALUE @@ -175,7 +175,7 @@ osm_port_prof_path_count_get(IN const osm_port_profile_t * const p_prof) /* * PARAMETERS -* p_pro +* p_prof * [in] Pointer to the Port Profile object. * * RETURN VALUE _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
