diff options
author | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-04-27 12:36:46 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-04-27 12:36:46 -0500 |
commit | 60c8fca7abfd470d2a65051bbe23a9a8749bb3fc (patch) | |
tree | c723c01751cbf35bab20ca3e221febff2123c289 /math | |
parent | a462cb63326595eb018e26ea415f8ddc1ed50730 (diff) | |
download | glibc-60c8fca7abfd470d2a65051bbe23a9a8749bb3fc.tar glibc-60c8fca7abfd470d2a65051bbe23a9a8749bb3fc.tar.gz glibc-60c8fca7abfd470d2a65051bbe23a9a8749bb3fc.tar.bz2 glibc-60c8fca7abfd470d2a65051bbe23a9a8749bb3fc.zip |
Remove spurious '.' in math/libm-test.inc comment.
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index d11cd1ff86..1b5d1c7e42 100644 --- 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); } |