diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/fpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/fpu.c b/sys/arch/amd64/amd64/fpu.c index 9b874b9b251..d739cfd2140 100644 --- a/sys/arch/amd64/amd64/fpu.c +++ b/sys/arch/amd64/amd64/fpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu.c,v 1.1 2004/01/28 01:39:38 mickey Exp $ */ +/* $OpenBSD: fpu.c,v 1.2 2004/02/20 01:28:01 deraadt Exp $ */ /* $NetBSD: fpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */ /*- @@ -258,7 +258,7 @@ fpusave_cpu(struct cpu_info *ci, int save) } /* - * Save l's FPU state, which may be on this processor or another processor. + * Save p's FPU state, which may be on this processor or another processor. */ void fpusave_proc(struct proc *p, int save) |