From d39d8c4bb66c68a6aa13fd363502e4d4986018f7 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Fri, 5 Jul 2019 11:18:42 +0200 Subject: [PATCH] mem: fix typo in API description Fixes: 552afc420a67 ("mem: add contig walk function") Cc: stable@dpdk.org Signed-off-by: David Marchand Acked-by: Anatoly Burakov --- lib/librte_eal/common/include/rte_memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/include/rte_memory.h b/lib/librte_eal/common/include/rte_memory.h index 44cbe6fd2a..870288aa7b 100644 --- a/lib/librte_eal/common/include/rte_memory.h +++ b/lib/librte_eal/common/include/rte_memory.h @@ -191,7 +191,7 @@ typedef int (*rte_memseg_walk_t)(const struct rte_memseg_list *msl, /** * Memseg contig walk function prototype. This will trigger a callback on every - * VA-contiguous are starting at memseg ``ms``, so total valid VA space at each + * VA-contiguous area starting at memseg ``ms``, so total valid VA space at each * callback call will be [``ms->addr``, ``ms->addr + len``). * * Returning 0 will continue walk -- 2.20.1