Module Name:    src
Committed By:   msaitoh
Date:           Thu Mar  5 15:56:20 UTC 2020

Modified Files:
        src/lib/libperfuse: perfuse_if.h
        src/sys/arch/sun3/sun3x: pmap.c
        src/sys/dev/pci: if_tireg.h

Log Message:
miscelaneous -> miscellaneous in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libperfuse/perfuse_if.h
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/sun3/sun3x/pmap.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/if_tireg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libperfuse/perfuse_if.h
diff -u src/lib/libperfuse/perfuse_if.h:1.22 src/lib/libperfuse/perfuse_if.h:1.23
--- src/lib/libperfuse/perfuse_if.h:1.22	Wed Oct 19 01:30:35 2016
+++ src/lib/libperfuse/perfuse_if.h	Thu Mar  5 15:56:20 2020
@@ -1,4 +1,4 @@
-/*  $NetBSD: perfuse_if.h,v 1.22 2016/10/19 01:30:35 christos Exp $ */
+/*  $NetBSD: perfuse_if.h,v 1.23 2020/03/05 15:56:20 msaitoh Exp $ */
 
 /*-
  *  Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
@@ -50,7 +50,7 @@ extern int perfuse_diagflags;
 #define PDF_READDIR	0x0040	/* readdir operations */
 #define PDF_REQUEUE	0x0080	/* reueued messages */
 #define PDF_SYNC	0x0100	/* fsync and dirty flags */
-#define PDF_MISC	0x0200	/* Miscelaneous messages */
+#define PDF_MISC	0x0200	/* Miscellaneous messages */
 #define PDF_SYSLOG	0x0400	/* use syslog */
 #define PDF_FILENAME	0x0800	/* File names */
 #define PDF_RESIZE	0x1000	/* Resize operations */

Index: src/sys/arch/sun3/sun3x/pmap.c
diff -u src/sys/arch/sun3/sun3x/pmap.c:1.115 src/sys/arch/sun3/sun3x/pmap.c:1.116
--- src/sys/arch/sun3/sun3x/pmap.c:1.115	Wed Aug 21 20:30:36 2019
+++ src/sys/arch/sun3/sun3x/pmap.c	Thu Mar  5 15:56:20 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.115 2019/08/21 20:30:36 skrll Exp $	*/
+/*	$NetBSD: pmap.c,v 1.116 2020/03/05 15:56:20 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -105,7 +105,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.115 2019/08/21 20:30:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.116 2020/03/05 15:56:20 msaitoh Exp $");
 
 #include "opt_ddb.h"
 #include "opt_pmap_debug.h"
@@ -356,7 +356,7 @@ unsigned int	NUM_A_TABLES, NUM_B_TABLES,
 #define KERN_C_TABLES	(KVAS_SIZE >> MMU_TIB_SHIFT)
 #define	NUM_KERN_PTES	(KVAS_SIZE >> MMU_TIC_SHIFT)
 
-/*************************** MISCELANEOUS MACROS *************************/
+/*************************** MISCELLANEOUS MACROS *************************/
 void *pmap_bootstrap_alloc(int);
 
 static INLINE void *mmu_ptov(paddr_t);

Index: src/sys/dev/pci/if_tireg.h
diff -u src/sys/dev/pci/if_tireg.h:1.26 src/sys/dev/pci/if_tireg.h:1.27
--- src/sys/dev/pci/if_tireg.h:1.26	Thu Mar  5 15:36:39 2020
+++ src/sys/dev/pci/if_tireg.h	Thu Mar  5 15:56:20 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: if_tireg.h,v 1.26 2020/03/05 15:36:39 msaitoh Exp $ */
+/* $NetBSD: if_tireg.h,v 1.27 2020/03/05 15:56:20 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -96,7 +96,7 @@
 #define TI_FIRMWARE_FIX			0xd
 
 /*
- * Miscelaneous Local Control register.
+ * Miscellaneous Local Control register.
  */
 #define TI_MLC_EE_WRITE_ENB		0x00000010
 #define TI_MLC_SRAM_BANK_256K		0x00000200

Reply via email to