mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
[NTOSKRNL]
- Fix typo svn path=/trunk/; revision=54278
This commit is contained in:
parent
daf8019f6c
commit
5ef1d7f8d2
1 changed files with 2 additions and 2 deletions
|
@ -313,9 +313,9 @@ ExInitializePagedLookasideList(IN PPAGED_LOOKASIDE_LIST Lookaside,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Insert it into the list */
|
/* Insert it into the list */
|
||||||
ExInterlockedInsertTailList(&ExpNonPagedLookasideListHead,
|
ExInterlockedInsertTailList(&ExpPagedLookasideListHead,
|
||||||
&Lookaside->L.ListEntry,
|
&Lookaside->L.ListEntry,
|
||||||
&ExpNonPagedLookasideListLock);
|
&ExpPagedLookasideListLock);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue