]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Fix a typo in a comment
authorJouni Malinen <jouni@codeaurora.org>
Wed, 30 Sep 2020 07:14:33 +0000 (10:14 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 30 Sep 2020 07:14:33 +0000 (10:14 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/p2p_supplicant.c

index e94bffe529c1f47bf38ff38799d46cc329d01bab..93dd93d3463c701d00d88b2acffdc8edc1584d85 100644 (file)
@@ -522,7 +522,7 @@ static int wpas_p2p_disconnect_safely(struct wpa_supplicant *wpa_s,
                /*
                 * The calling wpa_s instance is going to be removed. Do that
                 * from an eloop callback to keep the instance available until
-                * the caller has returned. This my be needed, e.g., to provide
+                * the caller has returned. This may be needed, e.g., to provide
                 * control interface responses on the per-interface socket.
                 */
                if (eloop_register_timeout(0, 0, run_wpas_p2p_disconnect,