Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src miscelaneous -> miscellaneous in comment.
details: https://anonhg.NetBSD.org/src/rev/59c324a4be12
branches: trunk
changeset: 745568:59c324a4be12
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Mar 05 15:56:20 2020 +0000
description:
miscelaneous -> miscellaneous in comment.
diffstat:
lib/libperfuse/perfuse_if.h | 4 ++--
sys/arch/sun3/sun3x/pmap.c | 6 +++---
sys/dev/pci/if_tireg.h | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r 0bf546674b01 -r 59c324a4be12 lib/libperfuse/perfuse_if.h
--- a/lib/libperfuse/perfuse_if.h Thu Mar 05 15:45:48 2020 +0000
+++ b/lib/libperfuse/perfuse_if.h Thu Mar 05 15:56:20 2020 +0000
@@ -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 @@
#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 */
diff -r 0bf546674b01 -r 59c324a4be12 sys/arch/sun3/sun3x/pmap.c
--- a/sys/arch/sun3/sun3x/pmap.c Thu Mar 05 15:45:48 2020 +0000
+++ b/sys/arch/sun3/sun3x/pmap.c Thu Mar 05 15:56:20 2020 +0000
@@ -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 @@
#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);
diff -r 0bf546674b01 -r 59c324a4be12 sys/dev/pci/if_tireg.h
--- a/sys/dev/pci/if_tireg.h Thu Mar 05 15:45:48 2020 +0000
+++ b/sys/dev/pci/if_tireg.h Thu Mar 05 15:56:20 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index