summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-01-04 19:07:47 -0700
committerKarl Williamson <khw@cpan.org>2020-01-13 20:58:56 -0700
commit2e046c5bb6c633dc75373a01ed609f546f543a4b (patch)
tree6c4794228c174612f0e096a51170b8249de9c4aa /numeric.c
parent35e5392d78ed72ffdbe2cd90bc35faf679493bea (diff)
downloadperl-2e046c5bb6c633dc75373a01ed609f546f543a4b.tar.gz
numeric.c: Fix typos in comments
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index fe5e0f723b..0851a1cfb2 100644
--- a/numeric.c
+++ b/numeric.c
@@ -274,7 +274,7 @@ number may use C<"_"> characters to separate digits.
=cut
-Not documented yet because experimental is C<PERL_SCAN_SILENT_NON_PORTABLE
+Not documented yet because experimental is C<PERL_SCAN_SILENT_NON_PORTABLE>
which suppresses any message for non-portable numbers, but which are valid
on this platform.
*/
@@ -347,7 +347,7 @@ Perl_grok_bin_oct_hex(pTHX_ const char *start,
* slowing those down */
continue;
}
- /* Bah. We're just overflowed. */
+ /* Bah. We've just overflowed. */
Perl_ck_warner_d(aTHX_ packWARN(WARN_OVERFLOW),
"Integer overflow in %s number",
(base == 16) ? "hexadecimal"