1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

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:
Francois Gouget 2016-04-19 06:14:05 +02:00 committed by Alexandre Julliard
parent 0beaaa6bc2
commit 44468e8536
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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*/

View File

@ -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