mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[XDK]
Fix typos, spotted by Thomas. svn path=/trunk/; revision=66651
This commit is contained in:
parent
475a0d5255
commit
05322e37a2
1 changed files with 2 additions and 2 deletions
|
@ -606,14 +606,14 @@ NTKERNELAPI
|
|||
VOID
|
||||
NTAPI
|
||||
ExFreePool(
|
||||
_Pre_not __drv_freesMem(Mem) PVOID P);
|
||||
_Pre_notnull_ __drv_freesMem(Mem) PVOID P);
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
NTAPI
|
||||
ExFreePoolWithTag(
|
||||
_Pre_not __drv_freesMem(Mem) PVOID P,
|
||||
_Pre_notnull_ __drv_freesMem(Mem) PVOID P,
|
||||
_In_ ULONG Tag);
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
|
|
Loading…
Reference in a new issue