summaryrefslogtreecommitdiffstats
path: root/src/network/netdev/netdev.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-06-25 06:43:35 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-06-25 06:43:35 +0200
commitf50f5972179a6ea9eb5c09ebfaabf47be7cfd903 (patch)
tree833eb1f6e979c146d03a56c2dbb281288a29ee82 /src/network/netdev/netdev.c
parentnetwork: do not update operstate when netdev is not ready (diff)
downloadsystemd-f50f5972179a6ea9eb5c09ebfaabf47be7cfd903.tar.xz
systemd-f50f5972179a6ea9eb5c09ebfaabf47be7cfd903.zip
network: fix typo in comment
Diffstat (limited to 'src/network/netdev/netdev.c')
-rw-r--r--src/network/netdev/netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/netdev/netdev.c b/src/network/netdev/netdev.c
index 1889f6f13c..350485d561 100644
--- a/src/network/netdev/netdev.c
+++ b/src/network/netdev/netdev.c
@@ -364,7 +364,7 @@ static int netdev_enslave(NetDev *netdev, Link *link, link_netlink_message_handl
if (r >= 0)
callback(netdev->manager->rtnl, m, link);
} else {
- /* the netdev is not yet read, save this request for when it is */
+ /* the netdev is not yet ready, save this request for when it is */
netdev_join_callback *cb;
cb = new(netdev_join_callback, 1);