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 12
12
* Any changes made here will be lost!
13
13
*/
14
14
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
19
19
* appropriate data.
20
20
*
21
21
* 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 {
27
27
28
28
my $l = open_print_header(' locale_table.h' );
29
29
print $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
34
34
* appropriate data.
35
35
*
36
36
* This guarantees the arrays will be parallel, and populated in the order
You can’t perform that action at this time.
0 commit comments