]> git.droids-corp.org - dpdk.git/blobdiff - lib/sched/rte_sched.c
eal: remove size for setting runtime directory
[dpdk.git] / lib / sched / rte_sched.c
index ed44808f7b38d714579c30081081a9b07e97c32f..62b3d2e3153ba6fc5bd35607be6c35e92de60d44 100644 (file)
@@ -239,7 +239,7 @@ struct rte_sched_port {
        int socket;
 
        /* Timing */
-       uint64_t time_cpu_cycles;     /* Current CPU time measured in CPU cyles */
+       uint64_t time_cpu_cycles;     /* Current CPU time measured in CPU cycles */
        uint64_t time_cpu_bytes;      /* Current CPU time measured in bytes */
        uint64_t time;                /* Current NIC TX time measured in bytes */
        struct rte_reciprocal inv_cycles_per_byte; /* CPU cycles per byte */