]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/freebsd/eal_memory.c
eal: fix comments spelling
[dpdk.git] / lib / librte_eal / freebsd / eal_memory.c
index a97d8f0f0c97c656c3b9b23b013ab2e92e813288..5bc2da160c63ad1bd3278e4e77d496adc874b5a9 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;