From 0d445cd3943f0faa3c18bb6f1462ffd6151931c0 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 23 Jan 2020 23:05:24 +0200 Subject: [PATCH] Fix a typo in a comment Signed-off-by: Jouni Malinen --- src/rsn_supp/wpa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rsn_supp/wpa.c b/src/rsn_supp/wpa.c index 5f08d0e78..ea97c9484 100644 --- a/src/rsn_supp/wpa.c +++ b/src/rsn_supp/wpa.c @@ -2913,7 +2913,7 @@ void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) /** - * wpa_sm_set_config - Notification of current configration change + * wpa_sm_set_config - Notification of current configuration change * @sm: Pointer to WPA state machine data from wpa_sm_init() * @config: Pointer to current network configuration *