]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix comment error that Jakub pointed out but I forgot to fix
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 13 Aug 2014 13:16:41 +0000 (18:46 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 13 Aug 2014 13:16:41 +0000 (18:46 +0530)
ChangeLog
sysdeps/x86/fpu/bits/mathinline.h

index 4508b54e824be46a442655fdb0e2f5e2086f96f4..3c54cee3bc3b879ebd3d93d51a4f6aa214066f91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+       * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
+
        [BZ #17262]
        * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
        and __x86_64__ when disabling x87 inline functions.
index ee88b66050ab2c212bf61a42bbb7001b63328dd4..9554827c89990a3f3c0ffee323c4a7e396e187b6 100644 (file)
@@ -385,7 +385,7 @@ __END_NAMESPACE_C99
 #endif
 
 /* Disable x87 inlines when -fpmath=sse is passed and also when we're building
-   on x86_64.  Older gcc (gcc-3.2 for example) does not set __SSE2_MATH__
+   on x86_64.  Older gcc (gcc-3.2 for example) does not define __SSE2_MATH__
    for x86_64.  */
 #if !defined __SSE2_MATH__ && !defined __x86_64__
 # if ((!defined __NO_MATH_INLINES || defined __LIBC_INTERNAL_MATH_INLINES) \