aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ice/ice_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ice/ice_lib.h')
-rw-r--r--sys/dev/ice/ice_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ice/ice_lib.h b/sys/dev/ice/ice_lib.h
index 308b2bda2790..640bdf8fed7b 100644
--- a/sys/dev/ice/ice_lib.h
+++ b/sys/dev/ice/ice_lib.h
@@ -313,7 +313,7 @@ enum ice_dyn_idx_t {
ICE_ITR_NONE = 3 /* ITR_NONE must not be used as an index */
};
-/* By convenction ITR0 is used for RX, and ITR1 is used for TX */
+/* By convention ITR0 is used for RX, and ITR1 is used for TX */
#define ICE_RX_ITR ICE_IDX_ITR0
#define ICE_TX_ITR ICE_IDX_ITR1