Skip to content

Commit 97cb612

Browse files
committed
locale.c: Fix typo in comment
1 parent b66abe3 commit 97cb612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ S_parse_LC_ALL_string(pTHX_ const char * string,
15011501
* the differences between platforms.
15021502
*
15031503
* base_posix_setlocale_() presents a consistent POSIX-compliant interface to
1504-
* setlocale(). Windows requres a customized base-level setlocale(). This
1504+
* setlocale(). Windows requires a customized base-level setlocale(). This
15051505
* layer should only be used by the next level up: the plain posix_setlocale
15061506
* layer. Any necessary mutex locking needs to be done at a higher level. The
15071507
* return may be overwritten by the next call to this function */

0 commit comments

Comments
 (0)