qcacmn: Fix typo "choosen"

Replace typo "choosen" with correct spelling "chosen"

Change-Id: I0a4cfca422d395d3c0da911b358744e351f9b8ec
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-05 23:55:52 -07:00
committad av nshrivas
förälder 97a913abb7
incheckning 23dbde8dd9
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

@@ -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)