Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev s/initialiase/initialise/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/fe6a077b54ff
branches:  trunk
changeset: 364399:fe6a077b54ff
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Mar 20 19:26:27 2022 +0000

description:
s/initialiase/initialise/ in comments.

diffstat:

 sys/dev/raidframe/rf_aselect.c |  6 +++---
 sys/dev/usb/umass.c            |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 154ea680983c -r fe6a077b54ff sys/dev/raidframe/rf_aselect.c
--- a/sys/dev/raidframe/rf_aselect.c    Sun Mar 20 18:56:29 2022 +0000
+++ b/sys/dev/raidframe/rf_aselect.c    Sun Mar 20 19:26:27 2022 +0000
@@ -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 @@
 
 /******************************************************************************
  *
- * Create and Initialiaze a dag header and termination node
+ * Create and Initialize a dag header and termination node
  *
  *****************************************************************************/
 static void
diff -r 154ea680983c -r fe6a077b54ff sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c       Sun Mar 20 18:56:29 2022 +0000
+++ b/sys/dev/usb/umass.c       Sun Mar 20 19:26:27 2022 +0000
@@ -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 @@
        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 @@
        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);



Home | Main Index | Thread Index | Old Index