Skip to content

Commit 39d047f

Browse files
committed
regen/embed.pl: Fix typos in comment
A misspelling and a run-on sentence
1 parent c7aed9f commit 39d047f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

regen/embed.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -846,9 +846,9 @@ sub embed_h {
846846
$ret .= ")\n";
847847
if($has_compat_macro{$func}) {
848848
# Make older ones available only when !MULTIPLICITY or
849-
# PERL_CORE or PERL_WANT_VARARGS These should not be done
850-
# uncondtionally because existing code might call e.g.
851-
# warn() without aTHX in scope.
849+
# PERL_CORE or PERL_WANT_VARARGS. These should not be
850+
# done unconditionally because existing code might call
851+
# e.g. warn() without aTHX in scope.
852852
$ret = "#${ind}if !defined(MULTIPLICITY)"
853853
. " || defined(PERL_CORE)"
854854
. " || defined(PERL_WANT_VARARGS)\n"

0 commit comments

Comments
 (0)