From: Paul Donald Date: Mon, 13 Jan 2025 16:23:16 +0000 (+0100) Subject: luci-mod-network: comment grammar fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=96d6781b12457f007f0ffacd3beebf766c8b7718;p=project%2Fluci.git luci-mod-network: comment grammar fix Signed-off-by: Paul Donald --- 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':