From: Shreyansh Jain Date: Wed, 17 Aug 2016 13:06:43 +0000 (+0530) Subject: eal: fix a comment X-Git-Tag: spdx-start~6029 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b21fb6cce34e65d2e158c6d0749bf9f71013626a;p=dpdk.git eal: fix a comment Signed-off-by: Shreyansh Jain --- 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. *