Browse Source

driver.h: Fix a typo in a comment

Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain 8 years ago
parent
commit
641c73f84f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/driver.h

+ 1 - 1
src/drivers/driver.h

@@ -4062,7 +4062,7 @@ enum wpa_event_type {
 	 * EVENT_DFS_CAC_ABORTED - Notify that channel availability check has been aborted
 	 *
 	 * The CAC was not successful, and the channel remains in the previous
-	 * state. This may happen due to a radar beeing detected or other
+	 * state. This may happen due to a radar being detected or other
 	 * external influences.
 	 */
 	EVENT_DFS_CAC_ABORTED,