tools: Assorted comment spelling fixes.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0beaaa6bc2
commit
44468e8536
|
@ -1393,7 +1393,7 @@ sub dump_scripts($)
|
|||
print OUTPUT "/* generated from $UNIDATA/Scripts.txt */\n";
|
||||
print OUTPUT "/* DO NOT EDIT!! */\n\n";
|
||||
|
||||
# Inherited was consumed by Unknown, we don't need it as a separate enum memeber
|
||||
# Inherited was consumed by Unknown, we don't need it as a separate enum member
|
||||
delete $scripts{"Inherited"};
|
||||
print OUTPUT "enum unicode_script_id {\n";
|
||||
foreach my $script (sort { $scripts{$a} <=> $scripts{$b} } keys %scripts)
|
||||
|
|
|
@ -215,7 +215,7 @@ typedef struct {
|
|||
|
||||
/* after this may follow an array with default value pointers if the
|
||||
* appropriate bit in the FKCCIC field has been set:
|
||||
* INT oDefautlValue[nrargs];
|
||||
* INT oDefaultValue[nrargs];
|
||||
*/
|
||||
|
||||
/* Parameter info one per argument*/
|
||||
|
|
|
@ -871,7 +871,7 @@ int get_cpu_from_name( const char *name )
|
|||
* align on an 8-byte boundary you'd say
|
||||
* .align 3
|
||||
*
|
||||
* The reason gas is written this way is that it's trying to mimick
|
||||
* The reason gas is written this way is that it's trying to mimic
|
||||
* native assemblers for the various architectures it runs on. gas
|
||||
* provides other directives that work consistently across
|
||||
* architectures, but of course we want to work on all arches with or
|
||||
|
|
Loading…
Reference in New Issue