From b116971bb0305e1bcffc81b96c56acdfb071a757 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 16 Dec 2025 20:21:42 -0700 Subject: [PATCH] regexec.c: Fix typo in comment --- regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regexec.c b/regexec.c index c462808ca7..3a3332b250 100644 --- a/regexec.c +++ b/regexec.c @@ -3694,7 +3694,7 @@ I32 Perl_regexec_flags(pTHX_ REGEXP * const rx, char *stringarg, char *strend, char *strbeg, SSize_t minend, SV *sv, void *data, U32 flags) /* stringarg: the point in the string at which to begin matching */ -/* strend: pointer to null at end of string */ +/* strend: pointer to NUL at end of string */ /* strbeg: real beginning of string */ /* minend: end of match must be >= minend bytes after stringarg. */ /* sv: SV being matched: only used for utf8 flag, pos() etc; string