[ofa-general] [PATCH][TRIVIAL] opensm/include/complib/cl_fleximap.h: Improve cl_pfn_fmap_cmp_t PARAMETERS comments
Hal Rosenstock
hrosenstock at xsigo.com
Tue Jun 24 07:27:13 PDT 2008
opensm/include/complib/cl_fleximap.h: Improve cl_pfn_fmap_cmp_t
PARAMETERS comments
Signed-off-by: Hal Rosenstock <hal at xsigo.com>
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
More information about the general
mailing list