mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Fix typos
svn path=/trunk/; revision=20825
This commit is contained in:
parent
8707f4af9f
commit
11cd383f29
1 changed files with 2 additions and 2 deletions
|
@ -708,10 +708,10 @@ ExpWaitForResource(IN PERESOURCE Resource,
|
|||
for (i = 1; i < Size; i++)
|
||||
{
|
||||
/* Move to next entry */
|
||||
Owner++
|
||||
Owner++;
|
||||
|
||||
/* Get the thread */
|
||||
OwnerThread = (PKTHREAD)OwnerEntry->OwnerThread;
|
||||
OwnerThread = (PKTHREAD)Owner->OwnerThread;
|
||||
|
||||
/* Boost it */
|
||||
if (OwnerThread) ExpBoostOwnerThread(Thread, OwnerThread);
|
||||
|
|
Loading…
Reference in a new issue