Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Web / Configuration / SessionStateSection.cs
index c09da8b62e63fbeec931d83586a67009cdef5c08..03df795945261f8ad131e2a2c1d2cad58e90884e 100644 (file)
@@ -392,7 +392,7 @@ namespace System.Web.Configuration {
                 return (string)base[_propLockAttributes];
             }
             set {
-                // base.LockedAttributes.SetFromList(value); // keep the internal list in [....]
+                // base.LockedAttributes.SetFromList(value); // keep the internal list in sync
                 base[_propLockAttributes] = value;
             }
         }