Mon, 07 Jul 2014 11:54:55 +0200
fixed doc for __FUNCTION__ macro
ucx/test.h | file | annotate | diff | comparison | revisions |
--- a/ucx/test.h Mon Jul 07 11:18:13 2014 +0200 +++ b/ucx/test.h Mon Jul 07 11:54:55 2014 +0200 @@ -84,8 +84,8 @@ /** * Alias for the <code>__func__</code> preprocessor macro. - * Some compilers use <code>__func__</code> and others use __FUNC__. - * We use __FUNC__ so we define it for those compilers which use + * Some compilers use <code>__func__</code> and others use __FUNCTION__. + * We use __FUNCTION__ so we define it for those compilers which use * <code>__func__</code>. */ #define __FUNCTION__ __func__