mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +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++)
|
for (i = 1; i < Size; i++)
|
||||||
{
|
{
|
||||||
/* Move to next entry */
|
/* Move to next entry */
|
||||||
Owner++
|
Owner++;
|
||||||
|
|
||||||
/* Get the thread */
|
/* Get the thread */
|
||||||
OwnerThread = (PKTHREAD)OwnerEntry->OwnerThread;
|
OwnerThread = (PKTHREAD)Owner->OwnerThread;
|
||||||
|
|
||||||
/* Boost it */
|
/* Boost it */
|
||||||
if (OwnerThread) ExpBoostOwnerThread(Thread, OwnerThread);
|
if (OwnerThread) ExpBoostOwnerThread(Thread, OwnerThread);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue