From: Nick Schonning Date: Sun, 24 Mar 2019 20:38:54 +0000 (-0400) Subject: typo: Double word "types" (dotnet/corefx#36276) X-Git-Tag: accepted/tizen/unified/20190813.215958~55^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4afc0b26fecd1443cee8ebaab8ad6f9145d04c06;p=platform%2Fupstream%2Fcoreclr.git typo: Double word "types" (dotnet/corefx#36276) Signed-off-by: dotnet-bot --- diff --git a/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs b/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs index 235e475..210fff7 100644 --- a/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs +++ b/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs @@ -148,7 +148,7 @@ namespace System.Resources // resources, add the hash & 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 & - // 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.