From cfc5297c0c1391b148ecddd89f36ad74d003e8e4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 13 Jun 2024 09:03:26 -0600 Subject: [PATCH] inline.h: Fix typo in comment --- inline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inline.h b/inline.h index e6c87b1f7247..f91dead11f5b 100644 --- a/inline.h +++ b/inline.h @@ -2283,7 +2283,7 @@ Perl_is_utf8_string_loclen(const U8 *s, STRLEN len, const U8 **ep, STRLEN *el) * conditional, same as the calling code checking for invariance ahead of time. * And having the calling code remove that conditional speeds up by that * conditional, the case where it wasn't invariant. So there's no reason to - * check before caling this. + * check before calling this. * * But we don't know this for non-core calls, so have to retain the check for * them. */