[REACTOS] Fix 'seperate' typos

This commit is contained in:
Ratin Gao 2024-12-08 08:14:55 +08:00 committed by Timo Kreuzer
parent 34e76ade03
commit d936dba7ff
13 changed files with 14 additions and 14 deletions

View file

@ -60,7 +60,7 @@ of this change is that a mapping of a small files takes a bit more than 1/4
of the size in nonpaged kernel space as it did previously.
When we need other threads that may be competing for the same page fault to
wait, we have a mechanism seperate from PageOps for dealing with that, which
wait, we have a mechanism separate from PageOps for dealing with that, which
was suggested by Travis Geiselbrecht after a conversation I had with Alex
Ionescu. That mechanism is the MM_WAIT_ENTRY, which is the all-ones SWAPENTRY.

View file

@ -498,7 +498,7 @@ MmpFaultWorker(PVOID Parameter)
/*
This code seperates the action of fault handling into an upper and lower
This code separates the action of fault handling into an upper and lower
handler to allow the inner handler to optionally be called in work item
if the stack is getting too deep. My experiments show that the third
recursive page fault taken at PASSIVE_LEVEL must be shunted away to a
@ -739,7 +739,7 @@ MmAccessFaultCacheSection(KPROCESSOR_MODE Mode,
/*
As above, this code seperates the active part of fault handling from a carrier
As above, this code separates the active part of fault handling from a carrier
that can use the thread's active fault count to determine whether a work item
is required. Also as above, this function repeatedly calls the active not
present fault handler until a clear success or failure is received, using a