diff -r 0dbdd7e8c1fc -r 88092b88ec00 ucx/test.h --- a/ucx/test.h Fri Dec 12 15:48:54 2014 +0100 +++ b/ucx/test.h Mon Dec 15 09:57:35 2014 +0100 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 2013 Olaf Wintermann. All rights reserved. + * Copyright 2014 Olaf Wintermann. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -84,8 +84,8 @@ /** * Alias for the __func__ preprocessor macro. - * Some compilers use __func__ and others use __FUNC__. - * We use __FUNC__ so we define it for those compilers which use + * Some compilers use __func__ and others use __FUNCTION__. + * We use __FUNCTION__ so we define it for those compilers which use * __func__. */ #define __FUNCTION__ __func__