spelling fixes
[dpdk.git] / lib / librte_ring / rte_ring.h
index 96232d3..3c34e22 100644 (file)
@@ -462,7 +462,7 @@ __rte_ring_mp_do_enqueue(struct rte_ring *r, void * const *obj_table,
        }
 
        /*
-        * If there are other enqueues in progress that preceeded us,
+        * If there are other enqueues in progress that preceded us,
         * we need to wait for them to complete
         */
        while (unlikely(r->prod.tail != prod_head))