]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_time.h
fix typos using codespell utility
[dpdk.git] / lib / librte_eal / common / include / rte_time.h
index 28c6274c462535162fa713f1c015ad7532924d9a..373c41accfde38ab126033cdaa0f1dc0dee15169 100644 (file)
@@ -52,7 +52,7 @@ struct rte_timecounter {
        uint64_t nsec_mask;
        /** Sub-nanoseconds count. */
        uint64_t nsec_frac;
-       /** Bitmask for two's complement substraction of non-64 bit counters. */
+       /** Bitmask for two's complement subtraction of non-64 bit counters. */
        uint64_t cc_mask;
        /** Cycle to nanosecond divisor (power of two). */
        uint32_t cc_shift;