diff options
| author | Eric Melville <eric@FreeBSD.org> | 2002-05-16 22:41:48 +0000 |
|---|---|---|
| committer | Eric Melville <eric@FreeBSD.org> | 2002-05-16 22:41:48 +0000 |
| commit | 13d362233ef57f87bfbd4124ff95c5294e3ec705 (patch) | |
| tree | dd5a777de18e429eb56211f9893ae44a5815b2d2 /sys | |
| parent | f81e3ffe10b218e1ac63e0b85cd283ff8a6db901 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sparc64/sparc64/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index 0d635e1a859c1..5cda00cd01b4d 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, |
