This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Comment tweak.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 28 Nov 2014 17:30:35 +0000 (12:30 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 29 Nov 2014 21:54:43 +0000 (16:54 -0500)
numeric.c

index 5398d72..9e05d55 100644 (file)
--- 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) {