Module Name:    src
Committed By:   andvar
Date:           Thu Sep 19 17:57:15 UTC 2024

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe.h

Log Message:
s/trafic/traffic/ and s/Crrently/Currently/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/pci/ixgbe/ixgbe.h

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.h
diff -u src/sys/dev/pci/ixgbe/ixgbe.h:1.98 src/sys/dev/pci/ixgbe/ixgbe.h:1.99
--- src/sys/dev/pci/ixgbe/ixgbe.h:1.98	Sat Dec 30 06:16:44 2023
+++ src/sys/dev/pci/ixgbe/ixgbe.h	Thu Sep 19 17:57:15 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.h,v 1.98 2023/12/30 06:16:44 msaitoh Exp $ */
+/* $NetBSD: ixgbe.h,v 1.99 2024/09/19 17:57:15 andvar Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
@@ -458,8 +458,8 @@ struct ixgbe_vf {
 };
 
 /*
- * NetBSD: For trafic class
- * Crrently, the following structure is only for statistics.
+ * NetBSD: For traffic class
+ * Currently, the following structure is only for statistics.
  */
 struct ixgbe_tc {
 	char             evnamebuf[32];

Reply via email to