This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Fix typo in sincos32.h inclusion guard


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.
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]