diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-20 01:28:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-20 01:28:02 +0000 |
commit | c9c8820e9182e4757e297d159431efab9c943f90 (patch) | |
tree | 103de36953d870d97be8d5cf89de2c1f375701db /sys | |
parent | c7e34dedaf9dff1e4cf3f0a62fba48d477943f66 (diff) |
typo
Diffstat (limited to 'sys')
-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) |