diff --git a/dp/wifi3.0/dp_main.c b/dp/wifi3.0/dp_main.c index daa64d58ce..a74432d3a3 100644 --- a/dp/wifi3.0/dp_main.c +++ b/dp/wifi3.0/dp_main.c @@ -3653,7 +3653,7 @@ static void dp_peer_setup_wifi3(struct cdp_vdev *vdev_hdl, void *peer_hdl) pdev->pdev_id, hash_based); /* - * Below line of code will ensure the proper reo_dest ring is choosen + * Below line of code will ensure the proper reo_dest ring is chosen * for cases where toeplitz hash cannot be generated (ex: non TCP/UDP) */ reo_dest = pdev->reo_dest; diff --git a/wlan_cfg/wlan_cfg.c b/wlan_cfg/wlan_cfg.c index 97e7c90f8b..6aa77c3b47 100644 --- a/wlan_cfg/wlan_cfg.c +++ b/wlan_cfg/wlan_cfg.c @@ -94,7 +94,7 @@ * The max allowed size for tx comp ring is 8191. * This is limitted by h/w ring max size. * As this is not a power of 2 it does not work with nss offload so the - * nearest available size which is power of 2 is 4096 choosen for nss + * nearest available size which is power of 2 is 4096 chosen for nss */ #define NSS_TX_COMP_RING_SIZE (4 << 10)