Minor spelling error found by codespell Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- lib/librte_eal/freebsd/eal/eal_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_eal/freebsd/eal/eal_memory.c b/lib/librte_eal/freebsd/eal/eal_memory.c index 4b092e1f2122..406bbb8656fb 100644 --- a/lib/librte_eal/freebsd/eal/eal_memory.c +++ b/lib/librte_eal/freebsd/eal/eal_memory.c @@ -435,7 +435,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 in between segments * that are non-contiguous. */ avail_segs = (hpi->num_pages[0] * 2) - 1; -- 2.20.1