diff --git a/hal/wifi3.0/hal_srng.c b/hal/wifi3.0/hal_srng.c index 22efd036a7..6861d0f877 100644 --- a/hal/wifi3.0/hal_srng.c +++ b/hal/wifi3.0/hal_srng.c @@ -34,7 +34,7 @@ /** * Common SRNG register access macros: - * The SRNG registers are distributed accross various UMAC and LMAC HW blocks, + * The SRNG registers are distributed across various UMAC and LMAC HW blocks, * but the register group and format is exactly same for all rings, with some * difference between producer rings (these are 'producer rings' with respect * to HW and refered as 'destination rings' in SW) and consumer rings (these diff --git a/qdf/linux/src/qdf_nbuf.c b/qdf/linux/src/qdf_nbuf.c index c69ae085cf..ba418cbea5 100644 --- a/qdf/linux/src/qdf_nbuf.c +++ b/qdf/linux/src/qdf_nbuf.c @@ -2856,7 +2856,7 @@ static inline void __qdf_nbuf_fill_tso_cmn_seg_info( uint32_t __qdf_nbuf_get_tso_info(qdf_device_t osdev, struct sk_buff *skb, struct qdf_tso_info_t *tso_info) { - /* common accross all segments */ + /* common across all segments */ struct qdf_tso_cmn_seg_info_t tso_cmn_info; /* segment specific */ void *tso_frag_vaddr;