From: andrekorol Date: Tue, 17 Oct 2017 11:34:14 +0000 (-0200) Subject: Fix a typo in a comment (the variable is ptk, not pkt) X-Git-Tag: hostap_2_7~971 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a68e0d869fa3b228756920ab641a2094f6397de3;p=thirdparty%2Fhostap.git Fix a typo in a comment (the variable is ptk, not pkt) Signed-off-by: Andre Rossi Korol --- diff --git a/src/rsn_supp/wpa.c b/src/rsn_supp/wpa.c index 15b0e606e..07fad4517 100644 --- a/src/rsn_supp/wpa.c +++ b/src/rsn_supp/wpa.c @@ -1739,7 +1739,7 @@ static int wpa_supplicant_verify_eapol_key_mic(struct wpa_sm *sm, os_memset(&sm->tptk, 0, sizeof(sm->tptk)); /* * This assures the same TPTK in sm->tptk can never be - * copied twice to sm->pkt as the new PTK. In + * copied twice to sm->ptk as the new PTK. In * combination with the installed flag in the wpa_ptk * struct, this assures the same PTK is only installed * once.