From d345edc7cfe0e650c5c6d86deb5628acac864089 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 22 Feb 2025 09:43:30 +0100 Subject: [PATCH] daemon: fix typo in comment --- src/daemon/interfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/interfaces.c b/src/daemon/interfaces.c index c1179d9c..88282512 100644 --- a/src/daemon/interfaces.c +++ b/src/daemon/interfaces.c @@ -726,7 +726,7 @@ interfaces_helper_promisc(struct lldpd *cfg, struct lldpd_hardware *hardware) * * With bonds, we have duplicate MAC address on different physical * interfaces. We need to alter the source MAC address when we send on an - * inactive slave. The `h_mangle` flah is used to know if we need to do + * inactive slave. The `h_mangle` flag is used to know if we need to do * something like that. */ int -- 2.39.5