Module Name:    src
Committed By:   msaitoh
Date:           Wed Oct  4 04:31:25 UTC 2023

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe_82599.c

Log Message:
ixgbe: Fix typo in comment. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/ixgbe/ixgbe_82599.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixgbe_82599.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_82599.c:1.29 src/sys/dev/pci/ixgbe/ixgbe_82599.c:1.30
--- src/sys/dev/pci/ixgbe/ixgbe_82599.c:1.29	Fri Dec 24 05:11:04 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_82599.c	Wed Oct  4 04:31:25 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe_82599.c,v 1.29 2021/12/24 05:11:04 msaitoh Exp $ */
+/* $NetBSD: ixgbe_82599.c,v 1.30 2023/10/04 04:31:25 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
@@ -36,7 +36,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_82599.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_82599.c,v 1.29 2021/12/24 05:11:04 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_82599.c,v 1.30 2023/10/04 04:31:25 msaitoh Exp $");
 
 #include "ixgbe_type.h"
 #include "ixgbe_82599.h"
@@ -1829,7 +1829,7 @@ s32 ixgbe_fdir_set_input_mask_82599(stru
 
 		switch (input_mask->formatted.tunnel_type & 0xFFFF) {
 		case 0x0:
-			/* Mask turnnel type, fall through */
+			/* Mask tunnel type, fall through */
 			fdirip6m |= IXGBE_FDIRIP6M_TUNNEL_TYPE;
 		case 0xFFFF:
 			break;

Reply via email to