]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/mlx5/mlx5_malloc.h
common/mlx5: fix default devargs initialization
[dpdk.git] / drivers / common / mlx5 / mlx5_malloc.h
index 74b7eeb26ea6431266ae9cf2b7efe8a89ecfe2a7..92149f7b92df6349d96d76c5f752cf5419ee9d05 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,