mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 09:20:32 +01:00
trivial: fix a comment cut-and-paste-o
This commit is contained in:
parent
ec1cabde28
commit
3de7ede146
1 changed files with 1 additions and 1 deletions
|
|
@ -5112,7 +5112,7 @@ nm_device_take_down (NMDevice *self, gboolean block)
|
|||
if (NM_DEVICE_GET_CLASS (self)->take_down)
|
||||
NM_DEVICE_GET_CLASS (self)->take_down (self);
|
||||
|
||||
/* Wait for the device to come up if requested */
|
||||
/* Wait for the device to go down if requested */
|
||||
while (block && nm_device_is_up (self) && (tries++ < 50))
|
||||
g_usleep (200);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue