s/attachement/attachment/ and s/detachement/detachment/.

This commit is contained in:
andvar 2024-02-02 22:14:04 +00:00
parent f22ed7e5e6
commit c865d5f423
6 changed files with 18 additions and 18 deletions

View File

@ -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 <sys/cdefs.h>
__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 <sys/types.h>
#include <sys/param.h>
@ -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).
*/

View File

@ -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 <bouyer@antioche.eu.org>
@ -38,7 +38,7 @@
#define SUNXI_DEBE_CURMAX 64
#include <sys/cdefs.h>
__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 <sys/param.h>
#include <sys/bus.h>
@ -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;

View File

@ -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 <sys/cdefs.h>
__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 <sys/param.h>
#include <sys/systm.h>
@ -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.
*/

View File

@ -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 <sys/cdefs.h>
__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 <sys/param.h>

View File

@ -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 <sys/cdefs.h>
__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 <sys/param.h>

View File

@ -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 <sys/cdefs.h>
__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 <sys/param.h>
#include <sys/kmem.h>
@ -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;