about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2016-10-06 13:09:02 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-10-06 13:09:02 +0530
commit36ee03e6a8e0e59e055988f61fc8517096a62fdb (patch)
tree28f8a464a4e1b5405ec411a6ff37f579bf90e028 /ChangeLog
parent9cb069308c833d98b1ba9c78cb41cff0e90f323d (diff)
downloadglibc-36ee03e6a8e0e59e055988f61fc8517096a62fdb.tar.gz
glibc-36ee03e6a8e0e59e055988f61fc8517096a62fdb.tar.xz
glibc-36ee03e6a8e0e59e055988f61fc8517096a62fdb.zip
Update comments for some functions in s_sin.c
Update comments for some functions to bring them in sync with what the
functions are actually doing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a9676f93c..d221a037ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-10-06  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
+	* sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute, do_sincos_1,
+	do_sincos_2, sloww, sloww1): Update comments.
+
 	* sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Adjust calls to
 	do_sincos_1 and do_sincos_2 to pass a boolean shift_quadrant.