summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs b/src/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs
index 235e47567c..210fff7bf6 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.