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
7de025c9
Commit
7de025c9
authored
Aug 02, 2016
by
Nikolay Sivov
Committed by
Alexandre Julliard
Aug 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Fix its vs it's typos.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b8a3fabc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sync.c
dlls/ntdll/sync.c
+1
-1
threadpool.c
dlls/ntdll/threadpool.c
+1
-1
No files found.
dlls/ntdll/sync.c
View file @
7de025c9
...
...
@@ -1537,7 +1537,7 @@ DWORD WINAPI RtlRunOnceExecuteOnce( RTL_RUN_ONCE *once, PRTL_RUN_ONCE_INIT_FN fu
* purposes. The following table lists all possible states the lock can be
* in, notation: [X, #exclusive, #shared]:
*
* [0, 0, N] -> locked by N shared access threads, if N=0 its unlocked
* [0, 0, N] -> locked by N shared access threads, if N=0 it
'
s unlocked
* [0, >=1, >=1] -> threads are requesting exclusive locks, but there are
* still shared access threads inside. #shared should not be incremented
* anymore!
...
...
dlls/ntdll/threadpool.c
View file @
7de025c9
...
...
@@ -1217,7 +1217,7 @@ static void CALLBACK timerqueue_thread_proc( void *param )
timer
->
u
.
timer
.
timer_pending
=
FALSE
;
tp_object_submit
(
timer
,
FALSE
);
/* Insert the timer back into the queue, except its marked for shutdown. */
/* Insert the timer back into the queue, except it
'
s marked for shutdown. */
if
(
timer
->
u
.
timer
.
period
&&
!
timer
->
shutdown
)
{
timer
->
u
.
timer
.
timeout
+=
(
ULONGLONG
)
timer
->
u
.
timer
.
period
*
10000
;
...
...
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