]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix typo in comment 16271/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Jun 2020 04:43:35 +0000 (13:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Jun 2020 04:43:35 +0000 (13:43 +0900)
src/network/netdev/netdev.c

index 1889f6f13c9073f1767fd9c9aa1c5103a4fe524f..350485d561b2981711ef0593e1c249c1b20afce3 100644 (file)
@@ -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);