mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
locale.c: Fix typo in comment
This commit is contained in:
parent
b66abe3878
commit
97cb612542
2
locale.c
2
locale.c
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user