From 961625721bdc0b676a9eb6134a67b5b55ee0b11d Mon Sep 17 00:00:00 2001 From: tomcw Date: Fri, 20 May 2022 08:01:35 +0100 Subject: [PATCH] U2: Improve comment (#1100) --- source/Uthernet2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Uthernet2.cpp b/source/Uthernet2.cpp index 08afda52..7399beb8 100644 --- a/source/Uthernet2.cpp +++ b/source/Uthernet2.cpp @@ -1649,7 +1649,7 @@ bool Uthernet2::GetRegistryVirtualDNS(UINT slot) { const std::string regSection = RegGetConfigSlotSection(slot); - // The default value for VirtualDNS is enabled + // By default, VirtualDNS is enabled // as it is backward compatible // (except for the initial value of PTIMER which is anyway never used)