From 187ec068d577262701d56584ff48c6ed6baea94e Mon Sep 17 00:00:00 2001 From: Dekel Peled Date: Thu, 18 Jul 2019 22:36:46 +0300 Subject: [PATCH] net/mlx4: fix typo in comment A spelling mistake was found in comment. This patch fixes it. Fixes: 8e4937640022 ("net/mlx4: add external allocator for Verbs object") Cc: stable@dpdk.org Signed-off-by: Dekel Peled Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx4/mlx4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index cd0d637ac2..9bdbc6d407 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -101,7 +101,7 @@ struct txq; struct rte_flow; /** - * Type of objet being allocated. + * Type of object being allocated. */ enum mlx4_verbs_alloc_type { MLX4_VERBS_ALLOC_TYPE_NONE, -- 2.20.1