Fix typos

svn path=/trunk/; revision=20825
This commit is contained in:
Alex Ionescu 2006-01-13 00:16:51 +00:00
parent 8707f4af9f
commit 11cd383f29

View file

@ -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);