Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern fix typo in comment. pointed out by David Sainty



details:   https://anonhg.NetBSD.org/src/rev/af01c4ead134
branches:  trunk
changeset: 539982:af01c4ead134
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Nov 30 09:59:22 2002 +0000

description:
fix typo in comment. pointed out by David Sainty

diffstat:

 sys/kern/kern_exit.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d408dfc02eb1 -r af01c4ead134 sys/kern/kern_exit.c
--- a/sys/kern/kern_exit.c      Sat Nov 30 09:54:43 2002 +0000
+++ b/sys/kern/kern_exit.c      Sat Nov 30 09:59:22 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_exit.c,v 1.105 2002/11/30 09:54:43 jdolecek Exp $ */
+/*     $NetBSD: kern_exit.c,v 1.106 2002/11/30 09:59:22 jdolecek Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exit.c,v 1.105 2002/11/30 09:54:43 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exit.c,v 1.106 2002/11/30 09:59:22 jdolecek Exp $");
 
 #include "opt_ktrace.h"
 #include "opt_perfctrs.h"
@@ -266,7 +266,7 @@
                 * means someone is screwing up. Since we reset the
                 * trace flags, the logic in sys_wait4() would not be
                 * triggered to reparent the process to its
-                * original parent, so we must to this here.
+                * original parent, so we must do this here.
                 */
                if (q->p_flag & P_TRACED) {
                        if (q->p_opptr != q->p_pptr) {



Home | Main Index | Thread Index | Old Index