File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212 * Any changes made here will be lost!
1313 */
1414
15- /* This defines a macro for each individual locale category used on the this
16- * system. (The congomerate category LC_ALL is not included.) This
17- * file will be #included as the interior of various parallel arrays and in
18- * other constructs; each usage will re-#define the macro to generate its
15+ /* This defines a macro for each individual locale category used on this
16+ * system. (The conglomerate category LC_ALL is not included.) This file
17+ * will be #included as the interior of various parallel arrays and in other
18+ * constructs; each usage will re-#define the macro to generate its
1919 * appropriate data.
2020 *
2121 * This guarantees the arrays will be parallel, and populated in the order
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ sub open_print_header {
2727
2828my $l = open_print_header(' locale_table.h' );
2929print $l <<EOF ;
30- /* This defines a macro for each individual locale category used on the this
31- * system. (The congomerate category LC_ALL is not included.) This
32- * file will be #included as the interior of various parallel arrays and in
33- * other constructs; each usage will re-#define the macro to generate its
30+ /* This defines a macro for each individual locale category used on this
31+ * system. (The conglomerate category LC_ALL is not included.) This file
32+ * will be #included as the interior of various parallel arrays and in other
33+ * constructs; each usage will re-#define the macro to generate its
3434 * appropriate data.
3535 *
3636 * This guarantees the arrays will be parallel, and populated in the order
You can’t perform that action at this time.
0 commit comments