[NTOSKRNL]

Small edit.

svn path=/trunk/; revision=56269
This commit is contained in:
Art Yerkes 2012-03-29 06:04:34 +00:00
parent a09c32720c
commit 644889076d

View file

@ -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.
*/