Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Fix typo in comment(s/similiar/similar/).
details: https://anonhg.NetBSD.org/src/rev/3776054279cf
branches: trunk
changeset: 999457:3776054279cf
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Jun 03 05:59:01 2019 +0000
description:
Fix typo in comment(s/similiar/similar/).
diffstat:
sys/arch/mips/mips/wired_map.c | 6 +++---
sys/arch/sun2/sun2/machdep.c | 6 +++---
sys/arch/sun3/sun3/machdep.c | 6 +++---
sys/arch/sun3/sun3x/machdep.c | 6 +++---
sys/arch/vax/vsa/hdc9224.c | 6 +++---
5 files changed, 15 insertions(+), 15 deletions(-)
diffs (133 lines):
diff -r bbc859881160 -r 3776054279cf sys/arch/mips/mips/wired_map.c
--- a/sys/arch/mips/mips/wired_map.c Mon Jun 03 05:22:57 2019 +0000
+++ b/sys/arch/mips/mips/wired_map.c Mon Jun 03 05:59:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wired_map.c,v 1.6 2016/07/11 16:15:36 matt Exp $ */
+/* $NetBSD: wired_map.c,v 1.7 2019/06/03 05:59:01 msaitoh Exp $ */
/*-
* Copyright (c) 2005 Tadpole Computer Inc.
@@ -57,13 +57,13 @@
*/
/*
- * This code is derived from similiar code in the ARC port of NetBSD, but
+ * This code is derived from similar code in the ARC port of NetBSD, but
* it now bears little resemblence to it owing to quite different needs
* from the mapping logic.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wired_map.c,v 1.6 2016/07/11 16:15:36 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wired_map.c,v 1.7 2019/06/03 05:59:01 msaitoh Exp $");
#define __PMAP_PRIVATE
diff -r bbc859881160 -r 3776054279cf sys/arch/sun2/sun2/machdep.c
--- a/sys/arch/sun2/sun2/machdep.c Mon Jun 03 05:22:57 2019 +0000
+++ b/sys/arch/sun2/sun2/machdep.c Mon Jun 03 05:59:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.77 2014/03/24 18:50:31 christos Exp $ */
+/* $NetBSD: machdep.c,v 1.78 2019/06/03 05:59:02 msaitoh Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -149,7 +149,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.77 2014/03/24 18:50:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.78 2019/06/03 05:59:02 msaitoh Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -1150,7 +1150,7 @@
}
/*
- * Allow access to the PROM mapping similiar to uvm_kernacc().
+ * Allow access to the PROM mapping similar to uvm_kernacc().
*/
int
mm_md_kernacc(void *ptr, vm_prot_t prot, bool *handled)
diff -r bbc859881160 -r 3776054279cf sys/arch/sun3/sun3/machdep.c
--- a/sys/arch/sun3/sun3/machdep.c Mon Jun 03 05:22:57 2019 +0000
+++ b/sys/arch/sun3/sun3/machdep.c Mon Jun 03 05:59:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.208 2014/03/24 20:06:33 christos Exp $ */
+/* $NetBSD: machdep.c,v 1.209 2019/06/03 05:59:02 msaitoh Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -78,7 +78,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.208 2014/03/24 20:06:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.209 2019/06/03 05:59:02 msaitoh Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -708,7 +708,7 @@
}
/*
- * Allow access to the PROM mapping similiar to uvm_kernacc().
+ * Allow access to the PROM mapping similar to uvm_kernacc().
*/
int
mm_md_kernacc(void *ptr, vm_prot_t prot, bool *handled)
diff -r bbc859881160 -r 3776054279cf sys/arch/sun3/sun3x/machdep.c
--- a/sys/arch/sun3/sun3x/machdep.c Mon Jun 03 05:22:57 2019 +0000
+++ b/sys/arch/sun3/sun3x/machdep.c Mon Jun 03 05:59:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.135 2014/03/24 20:06:33 christos Exp $ */
+/* $NetBSD: machdep.c,v 1.136 2019/06/03 05:59:02 msaitoh Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.135 2014/03/24 20:06:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.136 2019/06/03 05:59:02 msaitoh Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -669,7 +669,7 @@
}
/*
- * Allow access to the PROM mapping similiar to uvm_kernacc().
+ * Allow access to the PROM mapping similar to uvm_kernacc().
*/
int
mm_md_kernacc(void *ptr, vm_prot_t prot, bool *handled)
diff -r bbc859881160 -r 3776054279cf sys/arch/vax/vsa/hdc9224.c
--- a/sys/arch/vax/vsa/hdc9224.c Mon Jun 03 05:22:57 2019 +0000
+++ b/sys/arch/vax/vsa/hdc9224.c Mon Jun 03 05:59:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hdc9224.c,v 1.59 2018/09/03 16:29:28 riastradh Exp $ */
+/* $NetBSD: hdc9224.c,v 1.60 2019/06/03 05:59:02 msaitoh Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -45,7 +45,7 @@
#undef RDDEBUG
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdc9224.c,v 1.59 2018/09/03 16:29:28 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdc9224.c,v 1.60 2019/06/03 05:59:02 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -225,7 +225,7 @@
#define HDC_RSTAT *(volatile char *)(sc->sc_regs + 4)
/*
- * new-config's hdcmatch() is similiar to old-config's hdcprobe(),
+ * new-config's hdcmatch() is similar to old-config's hdcprobe(),
* thus we probe for the existence of the controller and reset it.
* NB: we can't initialize the controller yet, since space for hdcsoftc
* is not yet allocated. Thus we do this in hdcattach()...
Home |
Main Index |
Thread Index |
Old Index