qcacmn: qdf: Fix additional misspellings

Fix additional misspellings introduced since the last spelling
cleanup.

Change-Id: I04fc6b49c1876b80bdc3547cc50ad7f1e8ad00f2
CRs-Fixed: 3314151
This commit is contained in:
Jeff Johnson
2022-10-16 23:36:22 -07:00
committed by Madan Koyyalamudi
parent 64c4cb3524
commit 61db6e2df1
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ void __qdf_defer_func(struct work_struct *work);
* __qdf_bh_func() - bottom half handler
* @arg: Pointer to bottom half abstraction
*
* This function services all Linux-specific bottom halfs
* This function services all Linux-specific bottom halves
* and dispatches them to the correct handler using the
* abstracted functional interface.
*