Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
bff3d35e
Commit
bff3d35e
authored
Jan 30, 2014
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
d371225e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sync.c
dlls/kernel32/tests/sync.c
+1
-1
socket.c
dlls/ws2_32/socket.c
+1
-1
No files found.
dlls/kernel32/tests/sync.c
View file @
bff3d35e
...
@@ -2277,7 +2277,7 @@ static void test_srwlock_example(void)
...
@@ -2277,7 +2277,7 @@ static void test_srwlock_example(void)
WaitForSingleObject
(
h3
,
1000
);
WaitForSingleObject
(
h3
,
1000
);
ok
(
!
srwlock_inside
,
"threads didn't terminate properly, srwlock_inside is %d.
\n
"
,
srwlock_inside
);
ok
(
!
srwlock_inside
,
"threads didn't terminate properly, srwlock_inside is %d.
\n
"
,
srwlock_inside
);
ok
(
!
srwlock_example_errors
,
"errors occured while running SRWLock example test (number of errors: %d)
\n
"
,
ok
(
!
srwlock_example_errors
,
"errors occur
r
ed while running SRWLock example test (number of errors: %d)
\n
"
,
srwlock_example_errors
);
srwlock_example_errors
);
trace
(
"number of shared accesses per thread are c1 %d, c2 %d, c3 %d
\n
"
,
cnt1
,
cnt2
,
cnt3
);
trace
(
"number of shared accesses per thread are c1 %d, c2 %d, c3 %d
\n
"
,
cnt1
,
cnt2
,
cnt3
);
...
...
dlls/ws2_32/socket.c
View file @
bff3d35e
...
@@ -6070,7 +6070,7 @@ SOCKET WINAPI WSASocketW(int af, int type, int protocol,
...
@@ -6070,7 +6070,7 @@ SOCKET WINAPI WSASocketW(int af, int type, int protocol,
}
}
/*
/*
Windows has an extension to the IPX protocol that allows to create sockets
Windows has an extension to the IPX protocol that allows
one
to create sockets
and set the IPX packet type at the same time, to do that a caller will use
and set the IPX packet type at the same time, to do that a caller will use
a protocol like NSPROTO_IPX + <PACKET TYPE>
a protocol like NSPROTO_IPX + <PACKET TYPE>
*/
*/
...
...
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