From 9947638d74f490b8ec9a1563c195881a4151bd80 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Mon, 25 Sep 2017 15:56:22 +0200 Subject: Fix typo in sincos32.h inclusion guard. This patch fixes a typo in inclusion guard in sincos32.h. ChangeLog: * sysdeps/ieee754/dbl-64/sincos32.h [SINCCOS32_H]: Remove define. [SINCOS32_H]: Define. --- sysdeps/ieee754/dbl-64/sincos32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/ieee754/dbl-64/sincos32.h') diff --git a/sysdeps/ieee754/dbl-64/sincos32.h b/sysdeps/ieee754/dbl-64/sincos32.h index 8265a23e77..2261b8fbba 100644 --- a/sysdeps/ieee754/dbl-64/sincos32.h +++ b/sysdeps/ieee754/dbl-64/sincos32.h @@ -25,7 +25,7 @@ /******************************************************************/ #ifndef SINCOS32_H -#define SINCCOS32_H +#define SINCOS32_H #ifdef BIG_ENDI static const number -- cgit 1.4.1