summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_exec.c')
-rw-r--r--sys/kern/kern_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index fb591cd..04e0f1a 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: kern_exec.c,v 1.80 1998/03/07 21:35:17 dyson Exp $
+ * $Id: kern_exec.c,v 1.81 1998/03/08 06:21:33 dyson Exp $
*/
#include <sys/param.h>
@@ -244,7 +244,7 @@ interpret:
/*
* mark as execed, wakeup the process that vforked (if any) and tell
- * it that it now has it's own resources back
+ * it that it now has its own resources back
*/
p->p_flag |= P_EXEC;
if (p->p_pptr && (p->p_flag & P_PPWAIT)) {
OpenPOWER on IntegriCloud