aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2024-10-12 07:53:57 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2024-10-12 07:53:57 +0000
commit516d92304a7fa9b869c934436aa3e1c5202f03c9 (patch)
treec21c2b7da000cf22f79813b10e9c8fa0de325ea2
parentbc9402abdd11630ced33cbecb79b0d72f203f08a (diff)
downloadsrc-516d92304a7f.tar.gz
src-516d92304a7f.zip
igc: Improve a comment and update copyright dates
MFC after: 1 week
-rw-r--r--sys/dev/igc/if_igc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/igc/if_igc.h b/sys/dev/igc/if_igc.h
index 57949c3ad38a..94e41104f28e 100644
--- a/sys/dev/igc/if_igc.h
+++ b/sys/dev/igc/if_igc.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2001-2024, Intel Corporation
* Copyright (c) 2016 Nicole Graziano <nicole@nextbsd.org>
- * Copyright (c) 2021 Rubicon Communications, LLC (Netgate)
+ * Copyright (c) 2021-2024 Rubicon Communications, LLC (Netgate)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -270,7 +270,7 @@ struct rx_ring {
unsigned long rx_packets;
unsigned long rx_bytes;
- /* Next requested ITR latency */
+ /* Next requested EITR latency */
u8 rx_nextlatency;
};