common/mlx5: fix default devargs initialization
[dpdk.git] / drivers / common / mlx5 / mlx5_malloc.h
index 74b7eeb..92149f7 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
 
 enum mlx5_mem_flags {
        MLX5_MEM_ANY = 0,
-       /* Memory will be allocated dpends on sys_mem_en. */
+       /* Memory will be allocated depends on sys_mem_en. */
        MLX5_MEM_SYS = 1 << 0,
        /* Memory should be allocated from system. */
        MLX5_MEM_RTE = 1 << 1,