Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci s/Intialize/Initialize/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/11300e4cd159
branches:  trunk
changeset: 745562:11300e4cd159
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Mar 05 15:33:13 2020 +0000

description:
s/Intialize/Initialize/ in comment.

diffstat:

 sys/dev/pci/if_ti.c   |  6 +++---
 sys/dev/pci/qat/qat.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 5c7cc2df4b90 -r 11300e4cd159 sys/dev/pci/if_ti.c
--- a/sys/dev/pci/if_ti.c       Thu Mar 05 15:18:54 2020 +0000
+++ b/sys/dev/pci/if_ti.c       Thu Mar 05 15:33:13 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ti.c,v 1.116 2020/03/03 05:41:36 msaitoh Exp $ */
+/* $NetBSD: if_ti.c,v 1.117 2020/03/05 15:33:13 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -81,7 +81,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.116 2020/03/03 05:41:36 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.117 2020/03/05 15:33:13 msaitoh Exp $");
 
 #include "opt_inet.h"
 
@@ -765,7 +765,7 @@
 }
 
 /*
- * Intialize a mini receive ring descriptor. This only applies to
+ * Initialize a mini receive ring descriptor. This only applies to
  * the Tigon 2.
  */
 static int
diff -r 5c7cc2df4b90 -r 11300e4cd159 sys/dev/pci/qat/qat.c
--- a/sys/dev/pci/qat/qat.c     Thu Mar 05 15:18:54 2020 +0000
+++ b/sys/dev/pci/qat/qat.c     Thu Mar 05 15:33:13 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: qat.c,v 1.4 2020/02/01 13:48:18 riastradh Exp $        */
+/*     $NetBSD: qat.c,v 1.5 2020/03/05 15:33:13 msaitoh Exp $  */
 
 /*
  * Copyright (c) 2019 Internet Initiative Japan, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: qat.c,v 1.4 2020/02/01 13:48:18 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: qat.c,v 1.5 2020/03/05 15:33:13 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1027,7 +1027,7 @@
        qr = &qb->qb_et_rings[ring];
        qb->qb_allocated_rings |= 1 << ring;
 
-       /* Intialize allocated ring */
+       /* Initialize allocated ring */
        qr->qr_ring = ring;
        qr->qr_bank = bank;
        qr->qr_name = name;



Home | Main Index | Thread Index | Old Index