| Message ID | 87b3a5f1-9dcb-32cf-c77a-1db7fcb29e50@linux.vnet.ibm.com |
|---|---|
| State | New |
| Headers | show |
| Series | : Fix typo in sincos32.h inclusion guard | expand |
On Sep 25 2017, Stefan Liebler <stli@linux.vnet.ibm.com> wrote: > this patch fixes a typo in inclusion guard in sincos32.h. > > Okay to commit? This is obvious. Andreas.
On 09/25/2017 03:28 PM, Andreas Schwab wrote: > On Sep 25 2017, Stefan Liebler <stli@linux.vnet.ibm.com> wrote: > >> this patch fixes a typo in inclusion guard in sincos32.h. >> >> Okay to commit? > > This is obvious. > > Andreas. > Okay. Committed.
commit 8292197dfdc0e08230b0f59cd5fbbdcc75180563
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date: Mon Sep 25 14:23:21 2017 +0200
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.
diff --git a/sysdeps/ieee754/dbl-64/sincos32.h b/sysdeps/ieee754/dbl-64/sincos32.h
index 8265a23..2261b8f 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
Hi, this patch fixes a typo in inclusion guard in sincos32.h. Okay to commit? Bye Stefan ChangeLog: * sysdeps/ieee754/dbl-64/sincos32.h [SINCCOS32_H]: Remove define. [SINCOS32_H]: Define.