diff mbox

driver.h: Fixed Typo

Message ID 1477639726-8701-1-git-send-email-maneesh.jain@samsung.com
State Accepted
Headers show

Commit Message

Maneesh Jain Oct. 28, 2016, 7:28 a.m. UTC
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
---
 src/drivers/driver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jouni Malinen Oct. 28, 2016, 10:34 p.m. UTC | #1
Thanks, applied.
diff mbox

Patch

diff --git a/src/drivers/driver.h b/src/drivers/driver.h
index b6f2f82..aeb9694 100644
--- a/src/drivers/driver.h
+++ b/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,