fixed doc for __FUNCTION__ macro

Mon, 07 Jul 2014 11:54:55 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 07 Jul 2014 11:54:55 +0200
changeset 178
8c89e454000f
parent 177
11ad03783baf
child 179
ee25d79a4187

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__

mercurial