From 13d362233ef57f87bfbd4124ff95c5294e3ec705 Mon Sep 17 00:00:00 2001 From: Eric Melville Date: Thu, 16 May 2002 22:41:48 +0000 Subject: [PATCH] Banish "priviledged" from kernel source. --- sys/sparc64/sparc64/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index 0d635e1a859..5cda00cd01b 100644 --- a/sys/sparc64/sparc64/trap.c +++ b/sys/sparc64/sparc64/trap.c @@ -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,