diff options
Diffstat (limited to 'arch/mips/kernel/r6000_fpu.S')
-rw-r--r-- | arch/mips/kernel/r6000_fpu.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/r6000_fpu.S b/arch/mips/kernel/r6000_fpu.S index 523733420..424bc8138 100644 --- a/arch/mips/kernel/r6000_fpu.S +++ b/arch/mips/kernel/r6000_fpu.S @@ -10,7 +10,7 @@ * Multi-arch abstraction and asm macros for easier reading: * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * $Id: r6000_fpu.S,v 1.3 1997/12/01 17:57:30 ralf Exp $ + * $Id: r6000_fpu.S,v 1.4 1999/04/11 18:37:55 harald Exp $ */ #include <asm/asm.h> #include <asm/fpregdef.h> @@ -51,11 +51,11 @@ nop END(r6000_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. */ |