New upstream version 17.08
[deb_dpdk.git] / lib / librte_eal / common / include / rte_time.h
index 28c6274..373c41a 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;