mempool: remove a redundant word in comment
authorWei Zhao <wei.zhao1@intel.com>
Mon, 5 Dec 2016 03:40:00 +0000 (11:40 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 6 Dec 2016 14:18:51 +0000 (15:18 +0100)
commit580db2a5cee98f27206fbdcf6f22eaad5e74c8ab
treea172124bcf7b158549df23fe62b2bda8853df6ed
parente8453b9f3c3b119c0a21835e5fc39d339f477bad
mempool: remove a redundant word in comment

There is a redundant repetition word "for" in comment line of the
file rte_mempool.h after the definition of RTE_MEMPOOL_OPS_NAMESIZE.
The word "for" appears twice in line 359 and 360. One of them is
redundant, so delete it.

Fixes: 449c49b93a6b ("mempool: support handler operations")

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mempool/rte_mempool.h