aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/rte_malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_eal/common/include/rte_malloc.h')
-rw-r--r--lib/librte_eal/common/include/rte_malloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librte_eal/common/include/rte_malloc.h b/lib/librte_eal/common/include/rte_malloc.h
index 008ce134..3d37f79b 100644
--- a/lib/librte_eal/common/include/rte_malloc.h
+++ b/lib/librte_eal/common/include/rte_malloc.h
@@ -327,9 +327,9 @@ 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
+ * RTE_BAD_PHYS_ADDR on error
* otherwise return physical address of the buffer
*/
phys_addr_t