projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a462cb6
)
Remove spurious '.' in math/libm-test.inc comment.
author
Ryan S. Arnold
<rsa@linux.vnet.ibm.com>
Fri, 27 Apr 2012 17:36:46 +0000
(12:36 -0500)
committer
Ryan S. Arnold
<rsa@linux.vnet.ibm.com>
Fri, 27 Apr 2012 17:36:46 +0000
(12:36 -0500)
math/libm-test.inc
patch
|
blob
|
history
diff --git
a/math/libm-test.inc
b/math/libm-test.inc
index
d11cd1f
..
1b5d1c7
100644
(file)
--- a/
math/libm-test.inc
+++ b/
math/libm-test.inc
@@
-5127,7
+5127,7
@@
logb_test_downward (void)
eliminates the use of fsub in this instance and prevents the negative
signed 0.0. */
- /* BZ #887
.
*/
+ /* BZ #887 */
TEST_f_f (logb, 1.000e+0, plus_zero);
}