summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2019-07-04 11:19:45 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2019-07-04 11:37:42 +0100
commit06cc5386dd28f60bb72cc21229809ac27bfe7086 (patch)
tree26bd9473b3b5ae7b689376bdaf76378e68f11036 /locale.c
parent202ea931a9d01c8b3a6ef7245848bdfea2411000 (diff)
downloadperl-06cc5386dd28f60bb72cc21229809ac27bfe7086.tar.gz
Fix "it it" typos
And regen affected files
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale.c b/locale.c
index dffedad7ff..db83d993de 100644
--- a/locale.c
+++ b/locale.c
@@ -1238,7 +1238,7 @@ S_locking_setlocale(pTHX_
* ones. This is because as described earlier. If we know on input the
* index corresponding to the category into the array where we store the
* current locales, we don't have to calculate it. If the caller knows at
- * compile time what the index is, it it can pass it, setting
+ * compile time what the index is, it can pass it, setting
* 'is_index_valid' to TRUE; otherwise the index parameter is ignored.
*
*/