Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Added missing "it" to comment in start_init()
details: https://anonhg.NetBSD.org/src/rev/3e36181872c1
branches: trunk
changeset: 345671:3e36181872c1
user: palle <palle%NetBSD.org@localhost>
date: Sat Jun 04 21:10:56 2016 +0000
description:
Added missing "it" to comment in start_init()
diffstat:
sys/kern/init_main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r df13765f0c6b -r 3e36181872c1 sys/kern/init_main.c
--- a/sys/kern/init_main.c Sat Jun 04 20:59:49 2016 +0000
+++ b/sys/kern/init_main.c Sat Jun 04 21:10:56 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_main.c,v 1.480 2016/05/22 14:26:09 christos Exp $ */
+/* $NetBSD: init_main.c,v 1.481 2016/06/04 21:10:56 palle 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.480 2016/05/22 14:26:09 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.481 2016/06/04 21:10:56 palle Exp $");
#include "opt_ddb.h"
#include "opt_inet.h"
@@ -1044,7 +1044,7 @@
goto copyerr;
/*
- * Now try to exec the program. If can't for any reason
+ * Now try to exec the program. If it can't for any reason
* other than it doesn't exist, complain.
*/
error = sys_execve(l, &args, retval);
Home |
Main Index |
Thread Index |
Old Index