mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOSKRNL] Fix a typo
This commit is contained in:
parent
e806d16b06
commit
f0eb39084e
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ CcPinMappedData (
|
|||
PINTERNAL_BCB iBcb;
|
||||
PROS_SHARED_CACHE_MAP SharedCacheMap;
|
||||
|
||||
CCTRACE(CC_API_DEBUG, "FileOffset=%p FileOffset=%p Length=%lu Flags=0x%lx\n",
|
||||
CCTRACE(CC_API_DEBUG, "FileObject=%p FileOffset=%p Length=%lu Flags=0x%lx\n",
|
||||
FileObject, FileOffset, Length, Flags);
|
||||
|
||||
ASSERT(FileObject);
|
||||
|
|
Loading…
Reference in a new issue