From: Yu Watanabe Date: Sat, 6 Nov 2021 03:57:54 +0000 (+0900) Subject: network/netdev: update comment X-Git-Tag: v250-rc1~326^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f0ed7d1c9467b6a650c114aec003f7e51d7c8ed;p=thirdparty%2Fsystemd.git network/netdev: update comment --- diff --git a/src/network/netdev/netdev.h b/src/network/netdev/netdev.h index 4614f6566e9..76042d9462f 100644 --- a/src/network/netdev/netdev.h +++ b/src/network/netdev/netdev.h @@ -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;