Skip to content

Commit

Permalink
locale.c: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 22, 2023
1 parent a862c9a commit c66c3b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions locale.c
Expand Up @@ -9183,9 +9183,8 @@ Perl_switch_locale_context(pTHX)
* per-thread variables:
* PL_controls_locale indicates if this thread is using
* per-thread locales or not
* PL_cur_LC_ALL indicates what the the locale
* should be if it is a per-thread
* locale.
* PL_cur_LC_ALL indicates what the locale should be
* if it is a per-thread locale.
*/

if (UNLIKELY( PL_veto_switch_non_tTHX_context
Expand Down

0 comments on commit c66c3b9

Please sign in to comment.