From: Jouni Malinen Date: Thu, 23 Jan 2020 21:05:24 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Tag: hostap_2_10~1929 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d445cd3943f0faa3c18bb6f1462ffd6151931c0;p=thirdparty%2Fhostap.git Fix a typo in a comment Signed-off-by: Jouni Malinen --- 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 *