mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix typos
svn path=/trunk/; revision=20825
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user