From ec996135a93bc58c199d703f40a4e0b7f658a070 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 18 Jul 2025 09:25:28 +0200 Subject: [PATCH] device: fix comment in attach_port() --- src/core/devices/nm-device-bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/devices/nm-device-bridge.c b/src/core/devices/nm-device-bridge.c index 45cdd83f07..6ca3737f9d 100644 --- a/src/core/devices/nm-device-bridge.c +++ b/src/core/devices/nm-device-bridge.c @@ -1066,7 +1066,7 @@ attach_port(NMDevice *device, plat_vlans = setting_vlans_to_platform(vlans, &num_vlans); - /* Since the link was just enportd, there are no existing VLANs + /* Since the link was just attached, there are no existing VLANs * (except for the default one) and so there's no need to flush. */ if (plat_vlans