From: Yu Watanabe Date: Mon, 20 Jul 2026 05:58:30 +0000 (+0900) Subject: network: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50f58d0e15e52a26edcf10abdb6721667af0686e;p=thirdparty%2Fsystemd.git network: fix typo Follow-up for d094067547fb8dd91c637981cf6b1870ee2c08de. --- diff --git a/src/network/networkd-bridge-vlan.c b/src/network/networkd-bridge-vlan.c index ed1aa5e1df5..1302c0dbfa1 100644 --- a/src/network/networkd-bridge-vlan.c +++ b/src/network/networkd-bridge-vlan.c @@ -108,7 +108,7 @@ static uint16_t link_get_pvid(Link *link, bool *ret_untagged) { static int bridge_vlan_append_set_info(Link *link, sd_netlink_message *m) { _cleanup_free_ char *str = NULL; uint16_t pvid, begin = UINT16_MAX; - bool pvid_is_untagged, untagged = false; /* is always set togather with . + bool pvid_is_untagged, untagged = false; /* is always set together with . * Initialize to appease gcc. */ int r;