summaryrefslogtreecommitdiff
path: root/sys/kern/exec_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/exec_subr.c')
-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)