summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-12-17 00:46:07 +0000
committeralex <alex@FreeBSD.org>1996-12-17 00:46:07 +0000
commitad4ccae81c70bb0f68db65f52e960f93f2a9318f (patch)
treedfdbebf30f91d96afac0a0299e1cf40620d0d335
parente31e8400c205000f443a487e9c3ff8902aac54c4 (diff)
downloadFreeBSD-src-ad4ccae81c70bb0f68db65f52e960f93f2a9318f.zip
FreeBSD-src-ad4ccae81c70bb0f68db65f52e960f93f2a9318f.tar.gz
Typo fix.
-rw-r--r--sys/kern/init_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index a0234f9..a3aaacb4 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
- * $Id: init_main.c,v 1.50 1996/10/20 21:01:46 alex Exp $
+ * $Id: init_main.c,v 1.51 1996/10/28 11:34:42 phk Exp $
*/
#include "opt_rlimit.h"
@@ -101,7 +101,7 @@ struct timeval runtime;
* Promiscuous argument pass for start_init()
*
* This is a kludge because we use a return from main() rather than a call
- * to a new reoutine in locore.s to kick the kernel alive from locore.s.
+ * to a new routine in locore.s to kick the kernel alive from locore.s.
*/
static void *init_framep;
OpenPOWER on IntegriCloud