diff options
author | 2004-11-08 20:53:25 +0000 | |
---|---|---|
committer | 2004-11-08 20:53:25 +0000 | |
commit | a19a609e12094bccecd522b76d654cb5a9b7ea43 (patch) | |
tree | e3873da9d95497cd0e401a205ab5441977d4596c | |
parent | Sync the weak symbol logic with the ELF ld.so, and use N_AUX() instead of (diff) | |
download | wireguard-openbsd-a19a609e12094bccecd522b76d654cb5a9b7ea43.tar.xz wireguard-openbsd-a19a609e12094bccecd522b76d654cb5a9b7ea43.zip |
Typo
-rw-r--r-- | sys/arch/hppa/dev/wax.c | 4 | ||||
-rw-r--r-- | sys/arch/mips64/mips64/lcore_float.S | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/dev/wax.c b/sys/arch/hppa/dev/wax.c index 20c02907089..74fb8a17668 100644 --- a/sys/arch/hppa/dev/wax.c +++ b/sys/arch/hppa/dev/wax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wax.c,v 1.9 2004/10/28 18:47:13 mickey Exp $ */ +/* $OpenBSD: wax.c,v 1.10 2004/11/08 20:53:25 miod Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -41,7 +41,7 @@ #define WAX_IOMASK 0xfff00000 struct wax_regs { - u_int32_t wax_irr; /* int requset register */ + u_int32_t wax_irr; /* int request register */ u_int32_t wax_imr; /* int mask register */ u_int32_t wax_ipr; /* int pending register */ u_int32_t wax_icr; /* int command? register */ diff --git a/sys/arch/mips64/mips64/lcore_float.S b/sys/arch/mips64/mips64/lcore_float.S index eea9353d8dd..07a36a6eb41 100644 --- a/sys/arch/mips64/mips64/lcore_float.S +++ b/sys/arch/mips64/mips64/lcore_float.S @@ -1,4 +1,4 @@ -/* $OpenBSD: lcore_float.S,v 1.9 2004/10/30 14:48:59 pefo Exp $ */ +/* $OpenBSD: lcore_float.S,v 1.10 2004/11/08 20:55:45 miod Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -484,7 +484,7 @@ NON_LEAF(MipsFPTrap, FRAMESZ(CF_SZ), ra) * Send a floating point exception signal to the current process. */ 3: - cfc1 a2, FPC_CSR # code = FP execptions + cfc1 a2, FPC_CSR # code = FP exceptions PTR_L a0, curproc # get current process PTR_L a4, 3*REGSZ(sp) and v0, a2, FPC_EXCEPTION_INEXACT |