Banish "priviledged" from kernel source.

This commit is contained in:
Eric Melville 2002-05-16 22:41:48 +00:00
parent f81e3ffe10
commit 13d362233e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96757

View File

@ -470,7 +470,7 @@ trap_pfault(struct thread *td, struct trapframe *tf)
} else {
/*
* This is a fault on kernel virtual memory. Attempts to access
* kernel memory from user mode cause priviledged action traps,
* kernel memory from user mode cause privileged action traps,
* not page fault.
*/
KASSERT(tf->tf_tstate & TSTATE_PRIV,