* Fix a typo.

svn path=/trunk/; revision=59971
This commit is contained in:
Amine Khaldi 2013-09-03 11:59:51 +00:00
parent 262e99ecd4
commit 1a96516805

View file

@ -4257,7 +4257,7 @@ KsLoadResource(
_In_ POOL_TYPE PoolType,
_In_ ULONG_PTR ResourceName,
_In_ ULONG ResourceType,
_Outptr_result_bytebuffer_(ResourceSize) PVOID *Resource,
_Outptr_result_bytebuffer_(*ResourceSize) PVOID *Resource,
_Out_opt_ PULONG ResourceSize);
_IRQL_requires_max_(PASSIVE_LEVEL)