aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/rte_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_eal/common/include/rte_log.h')
-rw-r--r--lib/librte_eal/common/include/rte_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_eal/common/include/rte_log.h b/lib/librte_eal/common/include/rte_log.h
index 16564d41..6c2d3566 100644
--- a/lib/librte_eal/common/include/rte_log.h
+++ b/lib/librte_eal/common/include/rte_log.h
@@ -218,7 +218,7 @@ int rte_log_cur_msg_logtype(void);
* The string identifying the log type.
* @return
* - >0: success, the returned value is the log type identifier.
- * - (-ENONEM): cannot allocate memory.
+ * - (-ENOMEM): cannot allocate memory.
*/
int rte_log_register(const char *name);