This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove part of comment
authorSawyer X <xsawyerx@cpan.org>
Sun, 24 May 2020 22:02:22 +0000 (01:02 +0300)
committerSawyer X <xsawyerx@cpan.org>
Mon, 25 May 2020 07:17:52 +0000 (10:17 +0300)
regcomp.c

index 8505f6d..01d96ec 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -12480,7 +12480,7 @@ S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp, U32 depth)
  *
  * Implements the concatenation operator.
  *
- * On success, XXX wrong: returns the offset at which any next node should be placed into
+ * On success, returns the offset at which any next node should be placed into
  * the regex engine program being compiled.
  *
  * Returns 0 otherwise, setting flagp to RESTART_PARSE if the parse needs