diff options
author | Allan McRae <allan@archlinux.org> | 2013-12-27 12:27:46 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-27 12:29:38 +1000 |
commit | 6c9642eda644eb76e03776e16dae41b624a709b9 (patch) | |
tree | ca229aaa75f0fa3101f127db2b703c810c274687 /ChangeLog | |
parent | 46c0cc3aa5c4492c0f01be5158a9e4a60bf9fe4b (diff) | |
download | glibc-6c9642eda644eb76e03776e16dae41b624a709b9.tar.gz glibc-6c9642eda644eb76e03776e16dae41b624a709b9.tar.xz glibc-6c9642eda644eb76e03776e16dae41b624a709b9.zip |
Fix typo in csloww()
An incorrect variable name was used during the refactoring done in commit 4aafb73c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 584f5896fd..93dceecb3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-12-27 Allan McRae <allan@archlinux.org> + + [BZ #16369] + * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name. + Reported by Il'ya Malakhov <ilmalakhov@yandex.ru> + 2013-12-24 Brooks Moses <bmoses@google.com> * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for |