Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
44468e85
Commit
44468e85
authored
Apr 19, 2016
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Assorted comment spelling fixes.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0beaaa6b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
make_unicode
tools/make_unicode
+1
-1
typelib_struct.h
tools/widl/typelib_struct.h
+1
-1
utils.c
tools/winebuild/utils.c
+1
-1
No files found.
tools/make_unicode
View file @
44468e85
...
@@ -1393,7 +1393,7 @@ sub dump_scripts($)
...
@@ -1393,7 +1393,7 @@ sub dump_scripts($)
print
OUTPUT
"/* generated from $UNIDATA/Scripts.txt */\n"
;
print
OUTPUT
"/* generated from $UNIDATA/Scripts.txt */\n"
;
print
OUTPUT
"/* DO NOT EDIT!! */\n\n"
;
print
OUTPUT
"/* DO NOT EDIT!! */\n\n"
;
# Inherited was consumed by Unknown, we don't need it as a separate enum mem
e
ber
# Inherited was consumed by Unknown, we don't need it as a separate enum member
delete
$scripts
{
"Inherited"
};
delete
$scripts
{
"Inherited"
};
print
OUTPUT
"enum unicode_script_id {\n"
;
print
OUTPUT
"enum unicode_script_id {\n"
;
foreach
my
$script
(
sort
{
$scripts
{
$a
}
<=>
$scripts
{
$b
}
}
keys
%
scripts
)
foreach
my
$script
(
sort
{
$scripts
{
$a
}
<=>
$scripts
{
$b
}
}
keys
%
scripts
)
...
...
tools/widl/typelib_struct.h
View file @
44468e85
...
@@ -215,7 +215,7 @@ typedef struct {
...
@@ -215,7 +215,7 @@ typedef struct {
/* after this may follow an array with default value pointers if the
/* after this may follow an array with default value pointers if the
* appropriate bit in the FKCCIC field has been set:
* appropriate bit in the FKCCIC field has been set:
* INT oDefau
tl
Value[nrargs];
* INT oDefau
lt
Value[nrargs];
*/
*/
/* Parameter info one per argument*/
/* Parameter info one per argument*/
...
...
tools/winebuild/utils.c
View file @
44468e85
...
@@ -871,7 +871,7 @@ int get_cpu_from_name( const char *name )
...
@@ -871,7 +871,7 @@ int get_cpu_from_name( const char *name )
* align on an 8-byte boundary you'd say
* align on an 8-byte boundary you'd say
* .align 3
* .align 3
*
*
* The reason gas is written this way is that it's trying to mimic
k
* The reason gas is written this way is that it's trying to mimic
* native assemblers for the various architectures it runs on. gas
* native assemblers for the various architectures it runs on. gas
* provides other directives that work consistently across
* provides other directives that work consistently across
* architectures, but of course we want to work on all arches with or
* architectures, but of course we want to work on all arches with or
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment