3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 21:22:37 +01:00

network: Fix incorrect comment

This commit is contained in:
Denis Kenzior 2019-08-27 21:24:25 -05:00
parent 2dc785982d
commit 6a52590687

View File

@ -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);
}