distributor: fix some typos
authorPavel Shirshov <pavel.shirshov@gmail.com>
Mon, 30 Oct 2017 07:03:01 +0000 (00:03 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Nov 2017 00:50:48 +0000 (01:50 +0100)
Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
lib/librte_distributor/rte_distributor.c
lib/librte_distributor/rte_distributor_v20.c

index 20ba9ff..57ad339 100644 (file)
@@ -432,7 +432,7 @@ rte_distributor_process_v1705(struct rte_distributor *d,
                        next_value = (((int64_t)(uintptr_t)next_mb) <<
                                        RTE_DISTRIB_FLAG_BITS);
                        /*
-                        * User is advocated to set tag vaue for each
+                        * User is advocated to set tag value for each
                         * mbuf before calling rte_distributor_process.
                         * User defined tags are used to identify flows,
                         * or sessions.
index b09abec..9adda52 100644 (file)
@@ -244,7 +244,7 @@ rte_distributor_process_v20(struct rte_distributor_v20 *d,
                        next_value = (((int64_t)(uintptr_t)next_mb)
                                        << RTE_DISTRIB_FLAG_BITS);
                        /*
-                        * User is advocated to set tag vaue for each
+                        * User is advocated to set tag value for each
                         * mbuf before calling rte_distributor_process.
                         * User defined tags are used to identify flows,
                         * or sessions.