summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-17 18:49:00 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-17 18:49:00 +0000
commita5b2c63358d7a57e0a32090633773befe16e7703 (patch)
treeeba9c34aa5422696a9439755dcce0769b0bb2262 /sys
parente8a1e3f22ef3557c36015d90b433e295efbfd1f8 (diff)
typo
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 435c286b0aa..0a6edfb0a1c 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_glue.c,v 1.33 1999/08/17 10:32:19 niklas Exp $ */
+/* $OpenBSD: vm_glue.c,v 1.34 1999/08/17 18:48:59 niklas Exp $ */
/* $NetBSD: vm_glue.c,v 1.55.4.1 1996/06/13 17:25:45 cgd Exp $ */
/*
@@ -281,7 +281,7 @@ vm_fork(p1, p2, stack, stacksize)
* directly to user mode on its first time slice, and will
* not return here.
*/
- cpu_fork(p1, p2, stack, stack_size);
+ cpu_fork(p1, p2, stack, stacksize);
#endif
}