]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_log.c
fix typos using codespell utility
[dpdk.git] / lib / librte_eal / common / eal_common_log.c
index ddf65b7fd5d8def9eee0201104de8d1cd674af5b..41ea92472b3319ebd93b2c7f5bc6bf217aae311c 100644 (file)
@@ -173,13 +173,13 @@ rte_log_set_level_regexp(const char *pattern, uint32_t level)
        return 0;
 }
 
-/* get the current loglevel for the message beeing processed */
+/* get the current loglevel for the message being processed */
 int rte_log_cur_msg_loglevel(void)
 {
        return RTE_PER_LCORE(log_cur_msg).loglevel;
 }
 
-/* get the current logtype for the message beeing processed */
+/* get the current logtype for the message being processed */
 int rte_log_cur_msg_logtype(void)
 {
        return RTE_PER_LCORE(log_cur_msg).logtype;