From b25f4bf90b92c83cec5314fe34125c133bbcdeae Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 23 Mar 2026 10:31:56 +0000 Subject: [PATCH] isolaved -> isolated; ok dlg@ --- sys/net/if_veb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if_veb.c b/sys/net/if_veb.c index 062a5803e8c..a8812bc1cb0 100644 --- a/sys/net/if_veb.c +++ b/sys/net/if_veb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_veb.c,v 1.70 2026/02/05 03:26:00 dlg Exp $ */ +/* $OpenBSD: if_veb.c,v 1.71 2026/03/23 10:31:56 jsg Exp $ */ /* * Copyright (c) 2021 David Gwynne @@ -234,7 +234,7 @@ struct veb_softc { * the time. * * primary vids are stored in their own sc_pvlans_vp tree. - * there can only be one isolaved vid (Vi) per pvlan, which + * there can only be one isolated vid (Vi) per pvlan, which * is managed using the v_isolated (v_secondary) id member * in the primary veb_vplan struct here. *