Commit 44468e85 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

tools: Assorted comment spelling fixes.

parent 0beaaa6b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment