From c865d5f42312d1ee2f6e7c6b7c4369aabae2f95d Mon Sep 17 00:00:00 2001 From: andvar Date: Fri, 2 Feb 2024 22:14:04 +0000 Subject: [PATCH] s/attachement/attachment/ and s/detachement/detachment/. --- share/examples/secmodel/secmodel_example.c | 6 +++--- sys/arch/arm/sunxi/sunxi_debe.c | 6 +++--- sys/arch/arm/ti/ti_motg.c | 6 +++--- sys/arch/evbmips/loongson/dev/gcscpcib_pci.c | 6 +++--- sys/arch/i386/pci/gcscpcib_pci.c | 6 +++--- sys/dev/acpi/igpio_acpi.c | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/share/examples/secmodel/secmodel_example.c b/share/examples/secmodel/secmodel_example.c index c36be6ce5160..fa77b72137ad 100644 --- a/share/examples/secmodel/secmodel_example.c +++ b/share/examples/secmodel/secmodel_example.c @@ -1,4 +1,4 @@ -/* $NetBSD: secmodel_example.c,v 1.29 2023/01/05 17:36:53 jakllsch Exp $ */ +/* $NetBSD: secmodel_example.c,v 1.30 2024/02/02 22:14:04 andvar Exp $ */ /* * This file is placed in the public domain. @@ -13,7 +13,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: secmodel_example.c,v 1.29 2023/01/05 17:36:53 jakllsch Exp $"); +__KERNEL_RCSID(0, "$NetBSD: secmodel_example.c,v 1.30 2024/02/02 22:14:04 andvar Exp $"); #include #include @@ -160,7 +160,7 @@ secmodel_example_eval(const char *what, void *arg, void *ret) } /* - * Module attachement/detachement routine. Whether the secmodel(9) is + * Module attachment/detachment routine. Whether the secmodel(9) is * builtin or loaded dynamically, it is in charge of initializing, starting * and stopping the module. See module(9). */ diff --git a/sys/arch/arm/sunxi/sunxi_debe.c b/sys/arch/arm/sunxi/sunxi_debe.c index 70532c970487..91e0da17f169 100644 --- a/sys/arch/arm/sunxi/sunxi_debe.c +++ b/sys/arch/arm/sunxi/sunxi_debe.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunxi_debe.c,v 1.16 2022/01/01 13:47:19 andvar Exp $ */ +/* $NetBSD: sunxi_debe.c,v 1.17 2024/02/02 22:14:04 andvar Exp $ */ /*- * Copyright (c) 2018 Manuel Bouyer @@ -38,7 +38,7 @@ #define SUNXI_DEBE_CURMAX 64 #include -__KERNEL_RCSID(0, "$NetBSD: sunxi_debe.c,v 1.16 2022/01/01 13:47:19 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunxi_debe.c,v 1.17 2024/02/02 22:14:04 andvar Exp $"); #include #include @@ -704,7 +704,7 @@ sunxi_debe_ioctl(device_t self, u_long cmd, void *data) return EPASSTHROUGH; } -/* genfb attachement */ +/* genfb attachment */ struct sunxi_befb_softc { struct genfb_softc sc_gen; diff --git a/sys/arch/arm/ti/ti_motg.c b/sys/arch/arm/ti/ti_motg.c index 20da1e1fa0bf..ea49dcea2fce 100644 --- a/sys/arch/arm/ti/ti_motg.c +++ b/sys/arch/arm/ti/ti_motg.c @@ -1,4 +1,4 @@ -/* $NetBSD: ti_motg.c,v 1.4 2021/01/27 03:10:20 thorpej Exp $ */ +/* $NetBSD: ti_motg.c,v 1.5 2024/02/02 22:14:04 andvar Exp $ */ /* * Copyright (c) 2013 Manuel Bouyer. All rights reserved. * @@ -24,7 +24,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ti_motg.c,v 1.4 2021/01/27 03:10:20 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ti_motg.c,v 1.5 2024/02/02 22:14:04 andvar Exp $"); #include #include @@ -67,7 +67,7 @@ static const struct device_compatible_entry compat_data[] = { }; /* - * motg device attachement and driver, + * motg device attachment and driver, * for the per-port part of the controller: TI-specific part, phy and * MI Mentor OTG. */ diff --git a/sys/arch/evbmips/loongson/dev/gcscpcib_pci.c b/sys/arch/evbmips/loongson/dev/gcscpcib_pci.c index eed2d44f3d3e..ec07e8ca4c94 100644 --- a/sys/arch/evbmips/loongson/dev/gcscpcib_pci.c +++ b/sys/arch/evbmips/loongson/dev/gcscpcib_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: gcscpcib_pci.c,v 1.2 2011/08/29 18:34:42 bouyer Exp $ */ +/* $NetBSD: gcscpcib_pci.c,v 1.3 2024/02/02 22:14:04 andvar Exp $ */ /* $OpenBSD: gcscpcib.c,v 1.6 2007/11/17 17:02:47 mbalmer Exp $ */ /* @@ -22,10 +22,10 @@ /* * AMD CS5535/CS5536 series LPC bridge also containing timer, watchdog and GPIO. - * machine-dependent attachement. + * machine-dependent attachment. */ #include -__KERNEL_RCSID(0, "$NetBSD: gcscpcib_pci.c,v 1.2 2011/08/29 18:34:42 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gcscpcib_pci.c,v 1.3 2024/02/02 22:14:04 andvar Exp $"); #include diff --git a/sys/arch/i386/pci/gcscpcib_pci.c b/sys/arch/i386/pci/gcscpcib_pci.c index 658a6de4994e..d348ab3f03e8 100644 --- a/sys/arch/i386/pci/gcscpcib_pci.c +++ b/sys/arch/i386/pci/gcscpcib_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: gcscpcib_pci.c,v 1.2 2011/08/29 18:34:42 bouyer Exp $ */ +/* $NetBSD: gcscpcib_pci.c,v 1.3 2024/02/02 22:14:04 andvar Exp $ */ /* $OpenBSD: gcscpcib.c,v 1.6 2007/11/17 17:02:47 mbalmer Exp $ */ /* @@ -22,10 +22,10 @@ /* * AMD CS5535/CS5536 series LPC bridge also containing timer, watchdog and GPIO. - * machine-dependent attachement. + * machine-dependent attachment. */ #include -__KERNEL_RCSID(0, "$NetBSD: gcscpcib_pci.c,v 1.2 2011/08/29 18:34:42 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gcscpcib_pci.c,v 1.3 2024/02/02 22:14:04 andvar Exp $"); #include diff --git a/sys/dev/acpi/igpio_acpi.c b/sys/dev/acpi/igpio_acpi.c index a77d361deaf8..fb105d31ebce 100644 --- a/sys/dev/acpi/igpio_acpi.c +++ b/sys/dev/acpi/igpio_acpi.c @@ -1,4 +1,4 @@ -/* $NetBSD: igpio_acpi.c,v 1.2 2023/02/27 15:41:41 msaitoh Exp $ */ +/* $NetBSD: igpio_acpi.c,v 1.3 2024/02/02 22:14:05 andvar Exp $ */ /*- * Copyright (c) 2021,2022 Emmanuel Dreyfus @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: igpio_acpi.c,v 1.2 2023/02/27 15:41:41 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: igpio_acpi.c,v 1.3 2024/02/02 22:14:05 andvar Exp $"); #include #include @@ -159,7 +159,7 @@ igpio_acpi_attach(device_t parent, device_t self, void *aux) igpio_attach(&asc->sc_isc); - /* If attachement failed */ + /* If attachment failed */ if (asc->sc_isc.sc_banks == NULL) { igpio_acpi_detach(self, 0); goto done;