From b4018200e9a60ffbf055ea91a476609c50527552 Mon Sep 17 00:00:00 2001 From: nsz Date: Sat, 10 Mar 2012 20:24:23 +0100 Subject: [PATCH] tgmath.h fix typo --- include/tgmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tgmath.h b/include/tgmath.h index 840a8d2..5291391 100644 --- a/include/tgmath.h +++ b/include/tgmath.h @@ -2,7 +2,7 @@ #define _TGMATH_H /* -the return types are only correctly with gcc (__GNUC__) +the return types are only correct with gcc (__GNUC__) otherwise they are long double or long double complex the long double version of a function is never chosen when -- 2.20.1