summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-03 12:39:08 +0000
committerJames E Keenan <jkeenan@cpan.org>2020-10-03 10:40:40 -0400
commitf1460a6600d0790c237adf97bee973eae35630bf (patch)
treea43dc647d0280e8df3fc08729e7b48ed7d6a7182 /hints
parent0df722d69378fb3b3df5c8d7746122138fcdc5a9 (diff)
downloadperl-f1460a6600d0790c237adf97bee973eae35630bf.tar.gz
Fix typos
For: https://github.com/Perl/perl5/pull/18201 Committer: Samanta Navarro is now a Perl author. To keep 'make test_porting' happy: Increment $VERSION in several files. Regenerate uconfig.h via './perl -Ilib regen/uconfig_h.pl'.
Diffstat (limited to 'hints')
-rw-r--r--hints/aix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 7880ed3c80..9f9b32c974 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -566,7 +566,7 @@ fi
# * Does not fully support the IEEE special numbers NaN and INF.
# * Does not support IEEE status flags for overflow, underflow,
# and other conditions. These flags have no meaning for the 128-bit
-# long double inplementation.
+# long double implementation.
# * The 128-bit long double data type does not support the following math
# APIs: atanhl, cbrtl, copysignl, exp2l, expm1l, fdiml, fmal, fmaxl,
# fminl, hypotl, ilogbl, llrintl, llroundl, log1pl, log2l, logbl,