[dpdk-dev] [PATCH 08/10] malloc: spelling fix

Stephen Hemminger stephen at networkplumber.org
Sat Jan 31 21:52:00 CET 2015


From: Stephen Hemminger <shemming at brocade.com>

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 lib/librte_malloc/rte_malloc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_malloc/rte_malloc.h b/lib/librte_malloc/rte_malloc.h
index 74bb78c..ba9080c 100644
--- a/lib/librte_malloc/rte_malloc.h
+++ b/lib/librte_malloc/rte_malloc.h
@@ -327,7 +327,7 @@ rte_malloc_set_limit(const char *type, size_t max);
  * rte_malloc
  *
  * @param addr
- *   Adress obtained from a previous rte_malloc call
+ *   Address obtained from a previous rte_malloc call
  * @return
  *   NULL on error
  *   otherwise return physical address of the buffer
-- 
2.1.4



More information about the dev mailing list