common/mlx5: fix default devargs initialization
[dpdk.git] / drivers / common / mlx5 / mlx5_malloc.c
index b19501e..cef3b88 100644 (file)
@@ -58,7 +58,7 @@ static struct mlx5_sys_mem mlx5_sys_mem = {
  * Check if the address belongs to memory seg list.
  *
  * @param addr
- *   Memory address to be ckeced.
+ *   Memory address to be checked.
  * @param msl
  *   Memory seg list.
  *
@@ -109,7 +109,7 @@ mlx5_mem_update_msl(void *addr)
  * Check if the address belongs to rte memory.
  *
  * @param addr
- *   Memory address to be ckeced.
+ *   Memory address to be checked.
  *
  * @return
  *   True if it belongs, false otherwise.