summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-11-28 12:30:35 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-11-29 16:54:43 -0500
commit7b9b7dffaf9bc38aaa4ac4b8dbcfe5a36005e7a8 (patch)
tree2544510a247fe777b56e3f6544620157d305fe3a /numeric.c
parent3690599a1990005cb80165b3239cfa4be968d51f (diff)
downloadperl-7b9b7dffaf9bc38aaa4ac4b8dbcfe5a36005e7a8.tar.gz
Comment tweak.
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 5398d7270f..9e05d556da 100644
--- a/numeric.c
+++ b/numeric.c
@@ -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) {