Module Name: src
Committed By: msaitoh
Date: Sat Jun 24 05:35:00 UTC 2023
Modified Files:
src/sys/dev/gpio: gpiopps.c
src/sys/dev/ic: lancereg.h
src/sys/dev/pci: if_iwmreg.h
src/sys/netinet: sctp_structs.h
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/gpio/gpiopps.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/lancereg.h
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_iwmreg.h
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/sctp_structs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/gpio/gpiopps.c
diff -u src/sys/dev/gpio/gpiopps.c:1.4 src/sys/dev/gpio/gpiopps.c:1.5
--- src/sys/dev/gpio/gpiopps.c:1.4 Thu Mar 31 19:30:16 2022
+++ src/sys/dev/gpio/gpiopps.c Sat Jun 24 05:34:59 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: gpiopps.c,v 1.4 2022/03/31 19:30:16 pgoyette Exp $ */
+/* $NetBSD: gpiopps.c,v 1.5 2023/06/24 05:34:59 msaitoh Exp $ */
/*
* Copyright (c) 2016 Brad Spencer <[email protected]>
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gpiopps.c,v 1.4 2022/03/31 19:30:16 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gpiopps.c,v 1.5 2023/06/24 05:34:59 msaitoh Exp $");
/*
* GPIO interface to the pps subsystem for ntp support.
@@ -132,7 +132,7 @@ gpiopps_attach(device_t parent, device_t
sc->sc_gpio = ga->ga_gpio;
sc->sc_map.pm_map = sc->_map;
- /* Determine our pin configuation. */
+ /* Determine our pin configuration. */
npins = gpio_npins(mask);
if (npins == 0) {
npins = 1;
Index: src/sys/dev/ic/lancereg.h
diff -u src/sys/dev/ic/lancereg.h:1.15 src/sys/dev/ic/lancereg.h:1.16
--- src/sys/dev/ic/lancereg.h:1.15 Sun May 22 11:27:35 2022
+++ src/sys/dev/ic/lancereg.h Sat Jun 24 05:35:00 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: lancereg.h,v 1.15 2022/05/22 11:27:35 andvar Exp $ */
+/* $NetBSD: lancereg.h,v 1.16 2023/06/24 05:35:00 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -170,7 +170,7 @@
#define LE_CSR36 0x0024 /* Next Next Rx Desc addr lower */
#define LE_CSR37 0x0025 /* Next Next Rx Desc addr upper */
#define LE_CSR38 0x0026 /* Next Next Tx Desc addr lower */
-#define LE_CSR39 0x0027 /* Next Next Tx Desc adddr upper */
+#define LE_CSR39 0x0027 /* Next Next Tx Desc addr upper */
#define LE_CSR40 0x0028 /* Current Rx Byte Count */
#define LE_CSR41 0x0029 /* Current Rx Status */
#define LE_CSR42 0x002a /* Current Tx Byte Count */
Index: src/sys/dev/pci/if_iwmreg.h
diff -u src/sys/dev/pci/if_iwmreg.h:1.12 src/sys/dev/pci/if_iwmreg.h:1.13
--- src/sys/dev/pci/if_iwmreg.h:1.12 Sun Dec 5 04:37:12 2021
+++ src/sys/dev/pci/if_iwmreg.h Sat Jun 24 05:35:00 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: if_iwmreg.h,v 1.12 2021/12/05 04:37:12 msaitoh Exp $ */
+/* $NetBSD: if_iwmreg.h,v 1.13 2023/06/24 05:35:00 msaitoh Exp $ */
/* OpenBSD: if_iwmreg.h,v 1.19 2016/09/20 11:46:09 stsp Exp */
/*-
@@ -5372,7 +5372,7 @@ enum iwm_scan_offload_channel_flags {
* @type: bitmap - see enum iwm_scan_offload_channel_flags.
* 0: passive (0) or active (1) scan.
* 1-20: directed scan to i'th ssid.
- * 22: channel width configuation - 1 for narrow.
+ * 22: channel width configuration - 1 for narrow.
* 24: full scan.
* 25: partial scan.
* @channel_number: channel number 1-13 etc.
Index: src/sys/netinet/sctp_structs.h
diff -u src/sys/netinet/sctp_structs.h:1.2 src/sys/netinet/sctp_structs.h:1.3
--- src/sys/netinet/sctp_structs.h:1.2 Mon Apr 25 21:21:02 2016
+++ src/sys/netinet/sctp_structs.h Sat Jun 24 05:35:00 2023
@@ -1,5 +1,5 @@
/* $KAME: sctp_structs.h,v 1.13 2005/03/06 16:04:18 itojun Exp $ */
-/* $NetBSD: sctp_structs.h,v 1.2 2016/04/25 21:21:02 rjs Exp $ */
+/* $NetBSD: sctp_structs.h,v 1.3 2023/06/24 05:35:00 msaitoh Exp $ */
#ifndef __SCTP_STRUCTS_H__
#define __SCTP_STRUCTS_H__
@@ -390,7 +390,7 @@ struct sctp_association {
* The tag to be used. if assoc is
* re-initited by remote end, and
* I have unlocked this will be
- * regenrated to a new random value.
+ * regenerated to a new random value.
*/
u_int32_t peer_vtag; /* The peers last tag */