Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/sun3x Fix various typos of "system" in comment...
details: https://anonhg.NetBSD.org/src/rev/65ae72d00140
branches: trunk
changeset: 935863:65ae72d00140
user: nia <nia%NetBSD.org@localhost>
date: Sat Jul 11 13:07:01 2020 +0000
description:
Fix various typos of "system" in comments. Mainly copypasto errors.
from vezhlys on freenode.
diffstat:
sys/arch/mips/atheros/dev/argpio.c | 6 +++---
sys/arch/sun2/sun2/locore2.c | 6 +++---
sys/arch/sun3/sun3/locore2.c | 6 +++---
sys/arch/sun3/sun3x/locore2.c | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diffs (108 lines):
diff -r 60bfde11cdd4 -r 65ae72d00140 sys/arch/mips/atheros/dev/argpio.c
--- a/sys/arch/mips/atheros/dev/argpio.c Sat Jul 11 13:04:29 2020 +0000
+++ b/sys/arch/mips/atheros/dev/argpio.c Sat Jul 11 13:07:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: argpio.c,v 1.7 2016/09/15 21:45:37 jdolecek Exp $ */
+/* $NetBSD: argpio.c,v 1.8 2020/07/11 13:07:01 nia Exp $ */
/*-
* Copyright (c) 2006 Garrett D'Amore
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: argpio.c,v 1.7 2016/09/15 21:45:37 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: argpio.c,v 1.8 2020/07/11 13:07:01 nia Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -55,7 +55,7 @@
* General Plan:
*
* Register GPIOs for all pins that are _not_ associated with the reset
- * pin. (Possibly also not the sytem LED.)
+ * pin. (Possibly also not the system LED.)
*/
struct argpio_softc {
diff -r 60bfde11cdd4 -r 65ae72d00140 sys/arch/sun2/sun2/locore2.c
--- a/sys/arch/sun2/sun2/locore2.c Sat Jul 11 13:04:29 2020 +0000
+++ b/sys/arch/sun2/sun2/locore2.c Sat Jul 11 13:07:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore2.c,v 1.27 2018/09/03 16:29:28 riastradh Exp $ */
+/* $NetBSD: locore2.c,v 1.28 2020/07/11 13:07:01 nia Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locore2.c,v 1.27 2018/09/03 16:29:28 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore2.c,v 1.28 2020/07/11 13:07:01 nia Exp $");
#include "opt_ddb.h"
#include "opt_modular.h"
@@ -151,7 +151,7 @@
/*
* This function is called from _bootstrap() to initialize
- * pre-vm-sytem virtual memory. All this really does is to
+ * pre-vm-system virtual memory. All this really does is to
* set virtual_avail to the first page following preloaded
* data (i.e. the kernel and its symbol table) and special
* things that may be needed very early (lwp0 upages).
diff -r 60bfde11cdd4 -r 65ae72d00140 sys/arch/sun3/sun3/locore2.c
--- a/sys/arch/sun3/sun3/locore2.c Sat Jul 11 13:04:29 2020 +0000
+++ b/sys/arch/sun3/sun3/locore2.c Sat Jul 11 13:07:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore2.c,v 1.102 2018/09/03 16:29:28 riastradh Exp $ */
+/* $NetBSD: locore2.c,v 1.103 2020/07/11 13:07:01 nia Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locore2.c,v 1.102 2018/09/03 16:29:28 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore2.c,v 1.103 2020/07/11 13:07:01 nia Exp $");
#include "opt_ddb.h"
#include "opt_modular.h"
@@ -168,7 +168,7 @@
/*
* This function is called from _bootstrap() to initialize
- * pre-vm-sytem virtual memory. All this really does is to
+ * pre-vm-system virtual memory. All this really does is to
* set virtual_avail to the first page following preloaded
* data (i.e. the kernel and its symbol table) and special
* things that may be needed very early (lwp0 upages).
diff -r 60bfde11cdd4 -r 65ae72d00140 sys/arch/sun3/sun3x/locore2.c
--- a/sys/arch/sun3/sun3x/locore2.c Sat Jul 11 13:04:29 2020 +0000
+++ b/sys/arch/sun3/sun3x/locore2.c Sat Jul 11 13:07:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore2.c,v 1.41 2018/09/03 16:29:28 riastradh Exp $ */
+/* $NetBSD: locore2.c,v 1.42 2020/07/11 13:07:01 nia Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locore2.c,v 1.41 2018/09/03 16:29:28 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore2.c,v 1.42 2020/07/11 13:07:01 nia Exp $");
#include "opt_ddb.h"
@@ -134,7 +134,7 @@
/*
* This function is called from _bootstrap() to initialize
- * pre-vm-sytem virtual memory. All this really does is to
+ * pre-vm-system virtual memory. All this really does is to
* set virtual_avail to the first page following preloaded
* data (i.e. the kernel and its symbol table) and special
* things that may be needed very early (lwp0 upages).
Home |
Main Index |
Thread Index |
Old Index