]> git.droids-corp.org - dpdk.git/commitdiff
net/mlx4: fix typo in comment
authorDekel Peled <dekelp@mellanox.com>
Thu, 18 Jul 2019 19:36:46 +0000 (22:36 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 23 Jul 2019 12:31:36 +0000 (14:31 +0200)
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 <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx4/mlx4.h

index cd0d637ac2bfcd3f98e149afa07a6ffe3ae9c8f9..9bdbc6d407cbd03e156369416ffc5aabaefd8f85 100644 (file)
@@ -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,