Module Name:    src
Committed By:   rmind
Date:           Mon Oct 26 19:03:17 UTC 2009

Modified Files:
        src/sys/kern: init_main.c

Log Message:
Update comment about proc0_init().


To generate a diff of this commit:
cvs rdiff -u -r1.406 -r1.407 src/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/init_main.c
diff -u src/sys/kern/init_main.c:1.406 src/sys/kern/init_main.c:1.407
--- src/sys/kern/init_main.c:1.406	Tue Oct  6 21:07:05 2009
+++ src/sys/kern/init_main.c	Mon Oct 26 19:03:17 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: init_main.c,v 1.406 2009/10/06 21:07:05 elad Exp $	*/
+/*	$NetBSD: init_main.c,v 1.407 2009/10/26 19:03:17 rmind Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.406 2009/10/06 21:07:05 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.407 2009/10/26 19:03:17 rmind Exp $");
 
 #include "opt_ddb.h"
 #include "opt_ipsec.h"
@@ -378,7 +378,7 @@
 	/* Initialize resource management. */
 	resource_init();
 
-	/* Create process 0 (the swapper). */
+	/* Create process 0. */
 	proc0_init();
 
 	/* Disable preemption during boot. */

Reply via email to