summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/r2300_fpu.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-05-01 22:40:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-05-01 22:40:34 +0000
commit9f99c1f15350847e106bbe6bebc99d1d8f24901b (patch)
tree938079d6670642d8d6a8f04b309bc5d4c2580d09 /arch/mips/kernel/r2300_fpu.S
parent14efd52739e7a39f3de754e49f4fc7b111dfcd08 (diff)
Spelling fixes from Alan Cox.
Diffstat (limited to 'arch/mips/kernel/r2300_fpu.S')
-rw-r--r--arch/mips/kernel/r2300_fpu.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/r2300_fpu.S b/arch/mips/kernel/r2300_fpu.S
index de682be45..3b0336e6d 100644
--- a/arch/mips/kernel/r2300_fpu.S
+++ b/arch/mips/kernel/r2300_fpu.S
@@ -1,4 +1,4 @@
-/* $Id: $
+/* $Id: r2300_fpu.S,v 1.4 1999/04/11 17:13:55 harald Exp $
* r2300_fpu.S: Save/restore floating point context for signal handlers.
*
* This file is subject to the terms and conditions of the GNU General Public
@@ -72,11 +72,11 @@ LEAF(r2300_save_fp_context)
END(r2300_save_fp_context)
/*
- * Restore fpu state:
+ * Restore FPU state:
* - fp gp registers
* - cp1 status/control register
*
- * We base the decission which registers to restore from the signal stack
+ * We base the decision which registers to restore from the signal stack
* frame on the current content of c0_status, not on the content of the
* stack frame which might have been changed by the user.
*/