diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-28 12:30:35 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-29 16:54:43 -0500 |
commit | 7b9b7dffaf9bc38aaa4ac4b8dbcfe5a36005e7a8 (patch) | |
tree | 2544510a247fe777b56e3f6544620157d305fe3a /numeric.c | |
parent | 3690599a1990005cb80165b3239cfa4be968d51f (diff) | |
download | perl-7b9b7dffaf9bc38aaa4ac4b8dbcfe5a36005e7a8.tar.gz |
Comment tweak.
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1449,7 +1449,7 @@ Perl_my_modfl(long double x, long double *ip) # endif #endif -/* Similarly, with ilobl and scalbnl we can emulate frexpl. */ +/* Similarly, with ilogbl and scalbnl we can emulate frexpl. */ #if ! defined(HAS_FREXPL) && defined(HAS_ILOGBL) && defined(HAS_SCALBNL) long double Perl_my_frexpl(long double x, int *e) { |