net/ngbe: fix packet statistics
[dpdk.git] / drivers / net / ixgbe / ixgbe_bypass.c
index 67ced6c..94f34a2 100644 (file)
@@ -11,7 +11,7 @@
 
 #define        BYPASS_STATUS_OFF_MASK  3
 
-/* Macros to check for invlaid function pointers. */
+/* Macros to check for invalid function pointers. */
 #define        FUNC_PTR_OR_ERR_RET(func, retval) do {              \
        if ((func) == NULL) {                               \
                PMD_DRV_LOG(ERR, "%s:%d function not supported", \