Skip to content

Commit

Permalink
inline.h: Fix typos in comment
Browse files Browse the repository at this point in the history
commit c95fddf changed the wrong
character.  This corrects that

Spotted by Dave Mitchell
  • Loading branch information
khwilliamson committed May 18, 2023
1 parent 1515f80 commit 0790fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inline.h
Expand Up @@ -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
Expand Down

0 comments on commit 0790fb6

Please sign in to comment.