Source-Changes-HG archive

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

[src/trunk]: src/sys fix typos in comments.



details:   https://anonhg.NetBSD.org/src/rev/cb8dec429605
branches:  trunk
changeset: 368833:cb8dec429605
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Aug 07 09:37:46 2022 +0000

description:
fix typos in comments.

diffstat:

 sys/arch/powerpc/oea/oea_machdep.c |  6 +++---
 sys/dev/pci/ixgbe/ix_txrx.c        |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 57b408c3b762 -r cb8dec429605 sys/arch/powerpc/oea/oea_machdep.c
--- a/sys/arch/powerpc/oea/oea_machdep.c        Sun Aug 07 09:36:55 2022 +0000
+++ b/sys/arch/powerpc/oea/oea_machdep.c        Sun Aug 07 09:37:46 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: oea_machdep.c,v 1.83 2021/12/05 07:53:57 msaitoh Exp $ */
+/*     $NetBSD: oea_machdep.c,v 1.84 2022/08/07 09:37:46 andvar Exp $  */
 
 /*
  * Copyright (C) 2002 Matt Thomas
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.83 2021/12/05 07:53:57 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.84 2022/08/07 09:37:46 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_altivec.h"
@@ -420,7 +420,7 @@
        /*
         * If we are on a MPC601 processor, we need to zap any tlbsync
         * instructions into sync.  This differs from the above in
-        * examing all kernel text, as opposed to just the exception handling.
+        * examining all kernel text, as opposed to just the exception handling.
         * We sync the icache on every instruction found since there are
         * only very few of them.
         */
diff -r 57b408c3b762 -r cb8dec429605 sys/dev/pci/ixgbe/ix_txrx.c
--- a/sys/dev/pci/ixgbe/ix_txrx.c       Sun Aug 07 09:36:55 2022 +0000
+++ b/sys/dev/pci/ixgbe/ix_txrx.c       Sun Aug 07 09:37:46 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ix_txrx.c,v 1.98 2022/05/11 17:22:20 bouyer Exp $ */
+/* $NetBSD: ix_txrx.c,v 1.99 2022/08/07 09:37:47 andvar Exp $ */
 
 /******************************************************************************
 
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ix_txrx.c,v 1.98 2022/05/11 17:22:20 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ix_txrx.c,v 1.99 2022/08/07 09:37:47 andvar Exp $");
 
 #include "opt_inet.h"
 #include "opt_inet6.h"
@@ -316,7 +316,7 @@
 #if __FreeBSD_version >= 1100036
                /*
                 * Since we're looking at the tx ring, we can check
-                * to see if we're a VF by examing our tail register
+                * to see if we're a VF by examining our tail register
                 * address.
                 */
                if ((txr->adapter->feat_en & IXGBE_FEATURE_VF) &&
@@ -1964,7 +1964,7 @@
                 * not be fragmented across sequential
                 * descriptors, rather the next descriptor
                 * is indicated in bits of the descriptor.
-                * This also means that we might proceses
+                * This also means that we might process
                 * more than one packet at a time, something
                 * that has never been true before, it
                 * required eliminating global chain pointers



Home | Main Index | Thread Index | Old Index