Fix a typo in a comment

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
Jouni Malinen 2020-01-23 23:05:24 +02:00 committed by Jouni Malinen
parent ce26f0086c
commit 0d445cd394
1 changed files with 1 additions and 1 deletions

View File

@ -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
*