]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/ixgbe_ethdev.c
net/ixgbe: fix typo in comment
[dpdk.git] / drivers / net / ixgbe / ixgbe_ethdev.c
index 579b3c133c053d1cad2b79bee178fa3709a30138..224c9475a4ae8ab9b7f13ef30d67700d4b091d26 100644 (file)
@@ -2619,9 +2619,9 @@ ixgbe_read_stats_registers(struct ixgbe_hw *hw,
        uint32_t delta_gprc = 0;
        unsigned i;
        /* Workaround for RX byte count not including CRC bytes when CRC
-+       * strip is enabled. CRC bytes are removed from counters when crc_strip
+        * strip is enabled. CRC bytes are removed from counters when crc_strip
         * is disabled.
-+       */
+        */
        int crc_strip = (IXGBE_READ_REG(hw, IXGBE_HLREG0) &
                        IXGBE_HLREG0_RXCRCSTRP);