summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-02-20 01:28:01 +0000
committerderaadt <deraadt@openbsd.org>2004-02-20 01:28:01 +0000
commit3155b2d72680f0530a17660480bc359d443f1f2f (patch)
treeec77a0a195a9f5a45fff904c17fef350d92809f8
parentcrank maxusers from 18 to 20 (diff)
downloadwireguard-openbsd-3155b2d72680f0530a17660480bc359d443f1f2f.tar.xz
wireguard-openbsd-3155b2d72680f0530a17660480bc359d443f1f2f.zip
typo
-rw-r--r--sys/arch/amd64/amd64/fpu.c4
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)