]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network/netdev: update comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 Nov 2021 03:57:54 +0000 (12:57 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 9 Nov 2021 07:00:49 +0000 (16:00 +0900)
src/network/netdev/netdev.h

index 4614f6566e9b84332a0337dc1e15f0547649c4cb..76042d9462fca0f4b282a62643e6ad265fcb0e70 100644 (file)
@@ -159,7 +159,7 @@ typedef struct NetDevVTable {
         /* verify that compulsory configuration options were specified */
         int (*config_verify)(NetDev *netdev, const char *filename);
 
-        /* Generate MAC address or not When MACAddress= is not specified. */
+        /* Generate MAC address when MACAddress= is not specified. */
         bool generate_mac;
 } NetDevVTable;