From f7f03039dde77cfa9a88aacf088444a3191beb9e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 1 Oct 2017 17:52:10 +0200 Subject: [PATCH] Fix typo in changelog --- glibc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 94c2a37..5cbe425 100644 --- a/glibc.spec +++ b/glibc.spec @@ -2073,7 +2073,7 @@ fi - Skip PT_DYNAMIC segment with p_filesz == 0 (swbz#22101) - glob now matches dangling symbolic links (swbz#866, swbz#22183) - nscd: Release read lock after resetting timeout (swbz#22161) -- Avoid __MATH_TG in C++ mode with -Os for pfcl (swbz#22146) +- Avoid __MATH_TG in C++ mode with -Os for fpclassify (swbz#22146) - Fix dlclose/exit race (swbz#22180) - x86: Add SSE4.1 trunc, truncf (swbz#20142) - Fix atexit/exit race (swbz#14333)