diff options
| author | andvar <andvar@NetBSD.org> | 2022-08-07 09:37:46 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-08-07 09:37:46 +0000 |
| commit | 65385dd20e8a28790dc38690688c08ae6ebe10be (patch) | |
| tree | b01558d7ec390f505e5517ce82e592c605399001 /sys/dev | |
| parent | 7a21d7145ebf3ba672ca0b4f3a135e2d5ec345e5 (diff) | |
fix typos in comments.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/ixgbe/ix_txrx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/ixgbe/ix_txrx.c b/sys/dev/pci/ixgbe/ix_txrx.c index 5ecc16e12fb..fd79da538a6 100644 --- a/sys/dev/pci/ixgbe/ix_txrx.c +++ b/sys/dev/pci/ixgbe/ix_txrx.c @@ -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 @@ ixgbe_mq_start_locked(struct ifnet *ifp, struct tx_ring *txr) #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 @@ ixgbe_rxeof(struct ix_queue *que) * 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 |
