From: Dekel Peled Date: Thu, 18 Jul 2019 19:36:46 +0000 (+0300) Subject: net/mlx4: fix typo in comment X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=187ec068d577262701d56584ff48c6ed6baea94e;p=dpdk.git 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 --- 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,