mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +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
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
ExFreePool(
|
ExFreePool(
|
||||||
_Pre_not __drv_freesMem(Mem) PVOID P);
|
_Pre_notnull_ __drv_freesMem(Mem) PVOID P);
|
||||||
|
|
||||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
ExFreePoolWithTag(
|
ExFreePoolWithTag(
|
||||||
_Pre_not __drv_freesMem(Mem) PVOID P,
|
_Pre_notnull_ __drv_freesMem(Mem) PVOID P,
|
||||||
_In_ ULONG Tag);
|
_In_ ULONG Tag);
|
||||||
|
|
||||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||||
|
|
Loading…
Reference in a new issue