summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-19 14:41:14 -0600
committerKarl Williamson <khw@cpan.org>2015-03-19 16:18:00 -0600
commit260c7ace105800f6155b335bb32178a4cb5c5609 (patch)
tree9511178acea1eaefcaecfead13a9cbdea2220db3
parent45235d99f4be019fd96bd9bdac073e7ebbdaa322 (diff)
downloadperl-260c7ace105800f6155b335bb32178a4cb5c5609.tar.gz
perl.h: Fix nit in comment
-rw-r--r--perl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 21a5d9bdba..8c05ff1d01 100644
--- a/perl.h
+++ b/perl.h
@@ -5963,7 +5963,8 @@ expression, but with an empty argument list, like this:
#define _NOT_IN_NUMERIC_STANDARD (! PL_numeric_standard)
/* We can lock the category to stay in the C locale, making requests to the
- * contrary noops, in the dynamic scope by setting PL_numeric_standard to 2 */
+ * contrary be noops, in the dynamic scope by setting PL_numeric_standard to 2.
+ * */
#define _NOT_IN_NUMERIC_UNDERLYING \
(! PL_numeric_local && PL_numeric_standard < 2)