diff options
| author | andvar <andvar@NetBSD.org> | 2022-03-20 19:26:27 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-03-20 19:26:27 +0000 |
| commit | 8df80d94b1d97be1a66214cfda541c4bf557b897 (patch) | |
| tree | 24305eb109e87be5edeb6ccb551aaaba4d77da2b /sys/dev | |
| parent | 492f4168c422e346eb21c2193ac040255e9e3907 (diff) | |
s/initialiase/initialise/ in comments.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/raidframe/rf_aselect.c | 6 | ||||
| -rw-r--r-- | sys/dev/usb/umass.c | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/raidframe/rf_aselect.c b/sys/dev/raidframe/rf_aselect.c index 19d92bca3c3..e0e41ddbd5a 100644 --- a/sys/dev/raidframe/rf_aselect.c +++ b/sys/dev/raidframe/rf_aselect.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_aselect.c,v 1.30 2021/07/23 00:54:45 oster Exp $ */ +/* $NetBSD: rf_aselect.c,v 1.31 2022/03/20 19:26:27 andvar Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -33,7 +33,7 @@ *****************************************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_aselect.c,v 1.30 2021/07/23 00:54:45 oster Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_aselect.c,v 1.31 2022/03/20 19:26:27 andvar Exp $"); #include <dev/raidframe/raidframevar.h> @@ -51,7 +51,7 @@ int rf_SelectAlgorithm(RF_RaidAccessDesc_t *, RF_RaidAccessFlags_t); /****************************************************************************** * - * Create and Initialiaze a dag header and termination node + * Create and Initialize a dag header and termination node * *****************************************************************************/ static void diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index e803735d42c..d747490c725 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -1,4 +1,4 @@ -/* $NetBSD: umass.c,v 1.187 2021/12/31 14:24:16 riastradh Exp $ */ +/* $NetBSD: umass.c,v 1.188 2022/03/20 19:26:27 andvar Exp $ */ /* * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -124,7 +124,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.187 2021/12/31 14:24:16 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.188 2022/03/20 19:26:27 andvar Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" @@ -982,7 +982,7 @@ umass_setup_transfer(struct umass_softc *sc, struct usbd_pipe *pipe, if (sc->sc_dying) return USBD_IOERROR; - /* Initialiase a USB transfer and then schedule it */ + /* Initialise a USB transfer and then schedule it */ usbd_setup_xfer(xfer, sc, buffer, buflen, flags, sc->timeout, sc->sc_methods->wire_state); @@ -1010,7 +1010,7 @@ umass_setup_ctrl_transfer(struct umass_softc *sc, usb_device_request_t *req, if (sc->sc_dying) return USBD_IOERROR; - /* Initialiase a USB control transfer and then schedule it */ + /* Initialise a USB control transfer and then schedule it */ usbd_setup_default_xfer(xfer, sc->sc_udev, (void *) sc, sc->timeout, req, buffer, buflen, flags, sc->sc_methods->wire_state); |
