opensm/include/complib/cl_fleximap.h: Improve cl_pfn_fmap_cmp_t PARAMETERS comments
Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> diff --git a/opensm/include/complib/cl_fleximap.h b/opensm/include/complib/cl_fleximap.h index 125a0ea..0af8766 100644 --- a/opensm/include/complib/cl_fleximap.h +++ b/opensm/include/complib/cl_fleximap.h @@ -194,8 +194,8 @@ typedef intn_t * * RETURN VALUE * Returns 0 if the keys match. -* Returns less than 0 if p_key1 is less than p_key2. -* Returns greater than 0 if p_key1 is greater than p_key2. +* Returns less than 0 if *p_key1 is less than *p_key2. +* Returns greater than 0 if *p_key1 is greater than *p_key2. * * NOTES * This function type is provided as function prototype reference for the _______________________________________________ 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
