]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2026 05:58:30 +0000 (14:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2026 07:23:04 +0000 (16:23 +0900)
Follow-up for d094067547fb8dd91c637981cf6b1870ee2c08de.

src/network/networkd-bridge-vlan.c

index ed1aa5e1df5c769a4400b7bd0570742852fae50a..1302c0dbfa181d82947d68145e832f866925810d 100644 (file)
@@ -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;  /* <untagged> is always set togather with <begin>.
+        bool pvid_is_untagged, untagged = false;  /* <untagged> is always set together with <begin>.
                                                    * Initialize to appease gcc. */
         int r;