[dpdk-dev] [PATCH 03/30] bsd/eal: fix spelling error

Stephen Hemminger stephen at networkplumber.org
Mon Jul 1 20:25:09 CEST 2019


Minor spelling error found by codespell

Signed-off-by: Stephen Hemminger <stephen at 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



More information about the dev mailing list