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 Oct 5, 2024
1 parent b66abe3 commit 97cb612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ S_parse_LC_ALL_string(pTHX_ const char * string,
* the differences between platforms.
*
* base_posix_setlocale_() presents a consistent POSIX-compliant interface to
* setlocale(). Windows requres a customized base-level setlocale(). This
* setlocale(). Windows requires a customized base-level setlocale(). This
* layer should only be used by the next level up: the plain posix_setlocale
* layer. Any necessary mutex locking needs to be done at a higher level. The
* return may be overwritten by the next call to this function */
Expand Down

0 comments on commit 97cb612

Please sign in to comment.