From: Yu Watanabe Date: Thu, 25 Jun 2020 04:43:35 +0000 (+0900) Subject: network: fix typo in comment X-Git-Tag: v246-rc1~98^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f50f5972179a6ea9eb5c09ebfaabf47be7cfd903;p=thirdparty%2Fsystemd.git network: fix typo in comment --- diff --git a/src/network/netdev/netdev.c b/src/network/netdev/netdev.c index 1889f6f13c9..350485d561b 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);