network: Fix incorrect comment

This commit is contained in:
Denis Kenzior 2019-08-27 21:24:25 -05:00
parent 2dc785982d
commit 6a52590687
1 changed files with 1 additions and 1 deletions

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