diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2003-02-10 19:21:35 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2003-02-10 19:21:35 +0000 |
commit | f80b4a38d8a176343fe45ed5a67dd9c5d543d4d7 (patch) | |
tree | 7927b7943d68972985458c6f0d47160ea4909e56 /lib | |
parent | b35941cfcf35e49058c9dd4d8cf5ebf525b9eb85 (diff) |
priviledged -> privileged from David Krause via Henning Brauer
Diffstat (limited to 'lib')
-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 */ |