Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern typo
details: https://anonhg.NetBSD.org/src/rev/9c5b0b15c561
branches: trunk
changeset: 545555:9c5b0b15c561
user: manu <manu%NetBSD.org@localhost>
date: Thu Apr 10 20:57:01 2003 +0000
description:
typo
diffstat:
sys/kern/kern_exec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r be284ad3a8d5 -r 9c5b0b15c561 sys/kern/kern_exec.c
--- a/sys/kern/kern_exec.c Thu Apr 10 20:38:12 2003 +0000
+++ b/sys/kern/kern_exec.c Thu Apr 10 20:57:01 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_exec.c,v 1.166 2003/04/10 19:38:26 manu Exp $ */
+/* $NetBSD: kern_exec.c,v 1.167 2003/04/10 20:57:01 manu Exp $ */
/*-
* Copyright (C) 1993, 1994, 1996 Christopher G. Demetriou
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.166 2003/04/10 19:38:26 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.167 2003/04/10 20:57:01 manu Exp $");
#include "opt_ktrace.h"
#include "opt_syscall_debug.h"
@@ -264,7 +264,7 @@
* Set up default address space limits. Can be overridden
* by individual exec packages.
*
- * XXX probably shoul be all done in the exec pakages.
+ * XXX probably should be all done in the exec pakages.
*/
epp->ep_vm_minaddr = VM_MIN_ADDRESS;
epp->ep_vm_maxaddr = VM_MAXUSER_ADDRESS;
Home |
Main Index |
Thread Index |
Old Index