]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/dpaa/dpaa_rxtx.c
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / dpaa / dpaa_rxtx.c
index ffac6ce3e2e65858beedbf4294a892fa1cab7d09..956fe946faa4e15f88001fcee97018395e3d5817 100644 (file)
@@ -600,8 +600,8 @@ void dpaa_rx_cb_prepare(struct qm_dqrr_entry *dq, void **bufs)
        void *ptr = rte_dpaa_mem_ptov(qm_fd_addr(&dq->fd));
 
        /* In case of LS1046, annotation stashing is disabled due to L2 cache
-        * being bottleneck in case of multicore scanario for this platform.
-        * So we prefetch the annoation beforehand, so that it is available
+        * being bottleneck in case of multicore scenario for this platform.
+        * So we prefetch the annotation beforehand, so that it is available
         * in cache when accessed.
         */
        rte_prefetch0((void *)((uint8_t *)ptr + DEFAULT_RX_ICEOF));