From b21fb6cce34e65d2e158c6d0749bf9f71013626a Mon Sep 17 00:00:00 2001 From: Shreyansh Jain Date: Wed, 17 Aug 2016 18:36:43 +0530 Subject: [PATCH] eal: fix a comment Signed-off-by: Shreyansh Jain --- lib/librte_eal/common/eal_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/eal_private.h b/lib/librte_eal/common/eal_private.h index 0bda493e8a..19f75350ac 100644 --- a/lib/librte_eal/common/eal_private.h +++ b/lib/librte_eal/common/eal_private.h @@ -117,7 +117,7 @@ int rte_eal_log_early_init(void); int rte_eal_log_init(const char *id, int facility); /** - * Init the default log stream + * Init the PCI infrastructure * * This function is private to EAL. * -- 2.20.1