Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.Interop/src/Shared/StringPool.cs')
-rw-r--r--src/System.Private.Interop/src/Shared/StringPool.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Interop/src/Shared/StringPool.cs b/src/System.Private.Interop/src/Shared/StringPool.cs
index d78fdedd7..eea2db4a6 100644
--- a/src/System.Private.Interop/src/Shared/StringPool.cs
+++ b/src/System.Private.Interop/src/Shared/StringPool.cs
@@ -19,7 +19,7 @@ namespace System.Runtime.InteropServices
/// Functions:
/// 1. GetString converts compressed string represented by an index to original System.String
/// 2. StableStringHash computes hash code without decoding to System.String
- /// 3. IsStringEqual compares compressed string represented by anindex with System.String
+ /// 3. IsStringEqual compares compressed string represented by an index with System.String
///
/// TODO:
/// 1. More string reuse