Hey Sasha, Noticed it while looking at some other code in the header file.
Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory
>From 833667d3793412af0425ff1b44facb970fbf12eb Mon Sep 17 00:00:00 2001 From: Albert Chu <[EMAIL PROTECTED]> Date: Tue, 9 Sep 2008 09:56:48 -0700 Subject: [PATCH] fix comment typo Signed-off-by: Albert Chu <[EMAIL PROTECTED]> --- opensm/include/complib/cl_types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/include/complib/cl_types.h b/opensm/include/complib/cl_types.h index 283075f..84f629d 100644 --- a/opensm/include/complib/cl_types.h +++ b/opensm/include/complib/cl_types.h @@ -370,7 +370,7 @@ void cl_panic(IN const char *const message, IN ...); #if !defined( FALSE ) #define FALSE 0 -#endif /* !defined( TRUE ) */ +#endif /* !defined( FALSE ) */ #if !defined( TRUE ) #define TRUE (!FALSE) -- 1.5.4.5
_______________________________________________ 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
