summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-11-08 20:55:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-11-08 20:55:46 +0000
commit65204a4b1abbfd255ea6d73e4d34df7c769eb163 (patch)
tree6a9c9b03efb4a4fde527142d96405746263d05b0 /sys/arch/mips64
parent41168f2d3d52df7bac3caf49452215d86590d66b (diff)
Typo
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/lcore_float.S4
1 files changed, 2 insertions, 2 deletions
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