Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / mscorlib / system / runtime / interopservices / gchandle.cs
index 5480f22e98b582a5a9363196dd2e47d54bdc24c1..5fcee00f2c41b9c1e6eb027ee2160b4020a22ee9 100644 (file)
@@ -44,7 +44,7 @@ namespace System.Runtime.InteropServices
     [System.Runtime.InteropServices.ComVisible(true)]
     public struct GCHandle
     {
-        // IMPORTANT: This must be kept in [....] with the GCHandleType enum.
+        // IMPORTANT: This must be kept in sync with the GCHandleType enum.
         private const GCHandleType MaxHandleType = GCHandleType.Pinned;
 
 #if MDA_SUPPORTED