- Fix incomplete comment due to accidental early-merge.

svn path=/trunk/; revision=41931
This commit is contained in:
ReactOS Portable Systems Group 2009-07-12 12:59:21 +00:00
parent 92272be249
commit 032b0e4144

View file

@ -112,12 +112,12 @@ MiInitializeArmPool(
VOID VOID
); );
VOID VOID //
NTAPI NTAPI //
InitializePool( // InitializePool( //
IN POOL_TYPE PoolType, IN POOL_TYPE PoolType,// FIXFIX: This should go in ex.h after the pool merge
IN ULONG Threshold IN ULONG Threshold //
); ); //
VOID VOID
NTAPI NTAPI