typo: Double word "types" (dotnet/corefx#36276)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:38:54 +0000 (16:38 -0400)
committerJan Kotas <jkotas@microsoft.com>
Mon, 25 Mar 2019 05:48:30 +0000 (22:48 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs

index 235e475..210fff7 100644 (file)
@@ -148,7 +148,7 @@ namespace System.Resources
     // resources, add the hash &amp; location of last byte in the name section
     // to the array of resource hashes and resource name positions (carefully
     // keeping these arrays sorted), add the name to the end of the name &amp; 
-    // offset list, possibly add the type list of types types (and increase 
+    // offset list, possibly add the type list of types (and increase 
     // the number of items in the type table), and add the resource value at 
     // the end of the file.  The other offsets wouldn't need to be updated to 
     // reflect the longer header section.