From 644889076dd77fe765563fdcacce354167c24376 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Thu, 29 Mar 2012 06:04:34 +0000 Subject: [PATCH] [NTOSKRNL] Small edit. svn path=/trunk/; revision=56269 --- reactos/ntoskrnl/cache/section/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/cache/section/data.c b/reactos/ntoskrnl/cache/section/data.c index c0f71b3a571..b7dc9cefa77 100644 --- a/reactos/ntoskrnl/cache/section/data.c +++ b/reactos/ntoskrnl/cache/section/data.c @@ -68,7 +68,7 @@ When we wish for other threads to know that we're waiting and will finish 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. */