eal: fix comments spelling
[dpdk.git] / lib / librte_eal / freebsd / eal_memory.c
index a97d8f0..5bc2da1 100644 (file)
@@ -449,7 +449,7 @@ memseg_primary_init(void)
                 *
                 * we need (N*2)-1 segments because we cannot guarantee that
                 * each segment will be IOVA-contiguous with the previous one,
-                * so we will allocate more and put spaces inbetween segments
+                * so we will allocate more and put spaces between segments
                 * that are non-contiguous.
                 */
                avail_segs = (hpi->num_pages[0] * 2) - 1;