From c95fddf8e56caff8fd19a9e685ab898ee4e51001 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 16 May 2023 07:06:01 -0600 Subject: inline.h: Fix typo in comment --- inline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inline.h') diff --git a/inline.h b/inline.h index ba6b44d836..684844c0bd 100644 --- a/inline.h +++ b/inline.h @@ -3350,7 +3350,7 @@ Perl_mortal_getenv(const char * str) * the recursive calls and calls from the logger, and treat them specially. * Let's say we want to do getenv("foo"). We first find * getenv(PERL_MEM_LOG) and save it to a fixed-length per-interpreter - * variable, so no temporary is required. Then we do getenv(foo}, and in + * variable, so no temporary is required. Then we do getenv{foo}, and in * the process of creating a temporary to save it, this function will be * called recursively to do a getenv(PERL_MEM_LOG). On the recursed call, * we detect that it is such a call and return our saved value instead of -- cgit v1.2.1