mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +00:00
[REACTOS] Fix 'seperate' typos
This commit is contained in:
parent
34e76ade03
commit
d936dba7ff
13 changed files with 14 additions and 14 deletions
2
ntoskrnl/cache/section/data.c
vendored
2
ntoskrnl/cache/section/data.c
vendored
|
@ -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.
|
||||
|
||||
|
|
4
ntoskrnl/cache/section/fault.c
vendored
4
ntoskrnl/cache/section/fault.c
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue