summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-11-23 10:14:50 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-11-23 10:14:50 +0000
commit0ed4dadd6eb55d64ebd6f60266b7153fe2f30eb3 (patch)
tree038bcfb024245f18c50a77d21eaa6b4a4f1cce5c /sys/kern
parentf8e7607672cf71f2c84bb44148f27d1428840fe8 (diff)
fix typo in comment
ok deraadt@ markus@
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/exec_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_subr.c b/sys/kern/exec_subr.c
index d31c7b128e5..2040b4b1249 100644
--- a/sys/kern/exec_subr.c
+++ b/sys/kern/exec_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_subr.c,v 1.25 2003/05/09 00:48:42 art Exp $ */
+/* $OpenBSD: exec_subr.c,v 1.26 2004/11/23 10:14:49 hshoexer Exp $ */
/* $NetBSD: exec_subr.c,v 1.9 1994/12/04 03:10:42 mycroft Exp $ */
/*
@@ -119,7 +119,7 @@ kill_vmcmds(struct exec_vmcmd_set *evsp)
}
/*
- * Free old vmcmds and restet the array.
+ * Free old vmcmds and reset the array.
*/
evsp->evs_used = 0;
if (evsp->evs_cmds != evsp->evs_start)