typo: Double word "both" (dotnet/corefx#36272)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:46:16 +0000 (16:46 -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/Globalization/CultureInfo.cs

index 01e5756..1b22676 100644 (file)
@@ -1126,7 +1126,7 @@ namespace System.Globalization
         }
 
         /// <summary>
-        /// Helper function both both overloads of GetCachedReadOnlyCulture.  If lcid is 0, we use the name.
+        /// Helper function overloads of GetCachedReadOnlyCulture.  If lcid is 0, we use the name.
         /// If lcid is -1, use the altName and create one of those special SQL cultures.
         /// </summary>
         internal static CultureInfo GetCultureInfoHelper(int lcid, string name, string altName)