Module Name:    src
Committed By:   msaitoh
Date:           Mon Jun  3 05:59:02 UTC 2019

Modified Files:
        src/sys/arch/mips/mips: wired_map.c
        src/sys/arch/sun2/sun2: machdep.c
        src/sys/arch/sun3/sun3: machdep.c
        src/sys/arch/sun3/sun3x: machdep.c
        src/sys/arch/vax/vsa: hdc9224.c

Log Message:
 Fix typo in comment(s/similiar/similar/).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/mips/wired_map.c
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/sun2/sun2/machdep.c
cvs rdiff -u -r1.208 -r1.209 src/sys/arch/sun3/sun3/machdep.c
cvs rdiff -u -r1.135 -r1.136 src/sys/arch/sun3/sun3x/machdep.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/vax/vsa/hdc9224.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/arch/mips/mips/wired_map.c
diff -u src/sys/arch/mips/mips/wired_map.c:1.6 src/sys/arch/mips/mips/wired_map.c:1.7
--- src/sys/arch/mips/mips/wired_map.c:1.6	Mon Jul 11 16:15:36 2016
+++ src/sys/arch/mips/mips/wired_map.c	Mon Jun  3 05:59:01 2019
@@ -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
 

Index: src/sys/arch/sun2/sun2/machdep.c
diff -u src/sys/arch/sun2/sun2/machdep.c:1.77 src/sys/arch/sun2/sun2/machdep.c:1.78
--- src/sys/arch/sun2/sun2/machdep.c:1.77	Mon Mar 24 18:50:31 2014
+++ src/sys/arch/sun2/sun2/machdep.c	Mon Jun  3 05:59:02 2019
@@ -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 @@ mm_md_direct_mapped_phys(paddr_t paddr, 
 }
 
 /*
- * 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)

Index: src/sys/arch/sun3/sun3/machdep.c
diff -u src/sys/arch/sun3/sun3/machdep.c:1.208 src/sys/arch/sun3/sun3/machdep.c:1.209
--- src/sys/arch/sun3/sun3/machdep.c:1.208	Mon Mar 24 20:06:33 2014
+++ src/sys/arch/sun3/sun3/machdep.c	Mon Jun  3 05:59:02 2019
@@ -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 @@ mm_md_direct_mapped_phys(paddr_t paddr, 
 }
 
 /*
- * 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)

Index: src/sys/arch/sun3/sun3x/machdep.c
diff -u src/sys/arch/sun3/sun3x/machdep.c:1.135 src/sys/arch/sun3/sun3x/machdep.c:1.136
--- src/sys/arch/sun3/sun3x/machdep.c:1.135	Mon Mar 24 20:06:33 2014
+++ src/sys/arch/sun3/sun3x/machdep.c	Mon Jun  3 05:59:02 2019
@@ -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 @@ mm_md_direct_mapped_phys(paddr_t paddr, 
 }
 
 /*
- * 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)

Index: src/sys/arch/vax/vsa/hdc9224.c
diff -u src/sys/arch/vax/vsa/hdc9224.c:1.59 src/sys/arch/vax/vsa/hdc9224.c:1.60
--- src/sys/arch/vax/vsa/hdc9224.c:1.59	Mon Sep  3 16:29:28 2018
+++ src/sys/arch/vax/vsa/hdc9224.c	Mon Jun  3 05:59:02 2019
@@ -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 @@ static volatile int u;
 #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()...

Reply via email to