From 96d6781b12457f007f0ffacd3beebf766c8b7718 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 13 Jan 2025 17:23:16 +0100 Subject: [PATCH] luci-mod-network: comment grammar fix Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/network/interfaces.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js index cf92ad5bd5..322d4bae13 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js @@ -737,9 +737,9 @@ return view.extend({ /* Assume that serving RAs by default is fine, but disallow it for certain interface protocols such as DHCP, DHCPv6 or the various PPP flavors. - The intent is to only allow RA serving for interface protocols doing + The intent is only to allow RA serving for interface protocols doing some kind of static IP config over something resembling a layer 2 - ethernet device. */ + Ethernet device. */ switch (protoval) { case 'dhcp': case 'dhcpv6': -- 2.30.2