From 6a525906875edcbb82668587283bf0f43968b046 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 27 Aug 2019 21:24:25 -0500 Subject: [PATCH] network: Fix incorrect comment --- src/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.c b/src/network.c index 0d853d28..eefe9e73 100644 --- a/src/network.c +++ b/src/network.c @@ -1357,7 +1357,7 @@ static void emit_known_network_changed(struct station *station, void *user_data) return; } - /* This is a new hotspot network */ + /* This is a removed hotspot */ station_network_foreach(station, network_unset_hotspot, info); }