diff options
author | 2003-02-10 19:21:34 +0000 | |
---|---|---|
committer | 2003-02-10 19:21:34 +0000 | |
commit | 66e866cb3f548b66d2748e67b3269f394d82ba1c (patch) | |
tree | f50858c6015b950ab62ac848eb63a2c1497e9a55 /lib/libpthread/arch/sparc | |
parent | Add some missing words culled from various "word of the day" lists. (diff) | |
download | wireguard-openbsd-66e866cb3f548b66d2748e67b3269f394d82ba1c.tar.xz wireguard-openbsd-66e866cb3f548b66d2748e67b3269f394d82ba1c.zip |
priviledged -> privileged from David Krause via Henning Brauer
Diffstat (limited to 'lib/libpthread/arch/sparc')
-rw-r--r-- | lib/libpthread/arch/sparc/uthread_machdep_asm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/sparc/uthread_machdep_asm.S b/lib/libpthread/arch/sparc/uthread_machdep_asm.S index 760c6d226f3..d737f6744c8 100644 --- a/lib/libpthread/arch/sparc/uthread_machdep_asm.S +++ b/lib/libpthread/arch/sparc/uthread_machdep_asm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.6 2003/01/26 20:24:36 jason Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.7 2003/02/10 19:21:34 marc Exp $ */ /* David Leonard <d@csee.uq.edu.au>. Public domain. */ #include <machine/asm.h> @@ -45,7 +45,7 @@ ENTRY(_thread_machdep_fpsave) * If %psr were readable, exitting could be faster. The EF * bit is only set if the FPU is enabled, and we only need * to save fpu state if it is enabled. But, RDPSR is a - * priviledged instruction. + * privileged instruction. */ /* save registers */ |