Author: arty Date: Thu Mar 29 06:04:34 2012 New Revision: 56269
URL: http://svn.reactos.org/svn/reactos?rev=56269&view=rev Log: [NTOSKRNL]
Small edit.
Modified: trunk/reactos/ntoskrnl/cache/section/data.c
Modified: trunk/reactos/ntoskrnl/cache/section/data.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/cache/section/data... ============================================================================== --- trunk/reactos/ntoskrnl/cache/section/data.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/cache/section/data.c [iso-8859-1] Thu Mar 29 06:04:34 2012 @@ -68,7 +68,7 @@ handling a page fault, we place the swap entry MM_WAIT_ENTRY in the page table at the fault address (this works on either the section page table or a process address space), perform any blocking operations required, then replace the -entry with +entry.
*/