From ac5d8c2b3498cd0631ae945ed8f64713f06399a9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 18 Oct 2017 20:39:31 -0500 Subject: [PATCH] eapol: Reword comment --- src/eapol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eapol.c b/src/eapol.c index 53a360c2..922837ac 100644 --- a/src/eapol.c +++ b/src/eapol.c @@ -1491,7 +1491,7 @@ static void eapol_key_handle(struct eapol_sm *sm, key_data_len = L_BE16_TO_CPU(ek->key_data_len); if (ek->key_type == 0) { - /* Only GTK handshake allowed after PTK handshake complete */ + /* GTK handshake allowed only after PTK handshake complete */ if (!sm->handshake->ptk_complete) goto done;