]> git.droids-corp.org - dpdk.git/commitdiff
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 20ba9ffbc84c9f0b84f59cfe4e59f0c31d024341..57ad3397044df3db8da8659f71a849e74e858caf 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 b09abecd525ce6eb15f341d37e23d6704ab9b7e8..9adda52b74557abe5e8edc572e490ae1aeee1ccd 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.