summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/fpe.c
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/fpe.c
parent14efd52739e7a39f3de754e49f4fc7b111dfcd08 (diff)
Spelling fixes from Alan Cox.
Diffstat (limited to 'arch/mips/kernel/fpe.c')
-rw-r--r--arch/mips/kernel/fpe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/fpe.c b/arch/mips/kernel/fpe.c
index 8491c95d1..66703471c 100644
--- a/arch/mips/kernel/fpe.c
+++ b/arch/mips/kernel/fpe.c
@@ -6,7 +6,7 @@
*
* Copyright (C) 1997 Ralf Baechle
*
- * $Id: fpe.c,v 1.2 1997/12/01 17:57:26 ralf Exp $
+ * $Id: fpe.c,v 1.3 1998/04/05 11:23:50 ralf Exp $
*/
#include <linux/kernel.h>
#include <linux/module.h>
@@ -39,7 +39,7 @@ out:
/*
* For easier experimentation we never increment/decrement
- * the module useable counter.
+ * the module usable counter.
*/
int register_fpe(void (*handler)(struct pt_regs *regs, unsigned int fcr31));
int unregister_fpe(void (*handler)(struct pt_regs *regs, unsigned int fcr31));