Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Security / WSSecurityPolicy.cs
index 417886dd3eba68ef6d147d84828ba4cd1efa0ae1..5c559bb53a3ca8c81fde964a5091e0ce5e0a3246 100644 (file)
@@ -2923,7 +2923,7 @@ namespace System.ServiceModel.Security
                     return;
                 }
                 WsdlImporter wsdlImporter;
-                // NOTE: [....], Policy import/export is seperate from WSDL however, this policy importer
+                // NOTE: Microsoft, Policy import/export is seperate from WSDL however, this policy importer
                 //      invokes the WsdlImporter. In the event that the current MetadataImporter is a WsdlImporter,
                 //      we should use it's collection of extensions for the import process. Other wise
                 WsdlImporter currentWsdlImporter = importer as WsdlImporter;