Fix a comment in the string.ToLower() method (dotnet/coreclr#18832)
authorHumanEquivalentUnit <HumanEquivalentUnit@users.noreply.github.com>
Mon, 9 Jul 2018 15:22:38 +0000 (16:22 +0100)
committerStephen Toub <stoub@microsoft.com>
Mon, 9 Jul 2018 15:22:38 +0000 (11:22 -0400)
commitd08dcebbe4246c7adc9f27894191f66e2655ae34
treebe31794d5607dd7eb69818c5884a0095d98502a5
parenta1ef045424bf97e4ec3c526aee17457f4b6d3efd
Fix a comment in the string.ToLower() method (dotnet/coreclr#18832)

Line 307 is lowercasing the current character, but the comment says "store the current character, upper-cased", fixed comment to say "store the current character, lower-cased".
(Equivalent and correct "upper-cased" comment is on line 252)

Commit migrated from https://github.com/dotnet/coreclr/commit/4349690ec1c81a28c14ba2801240c94f3f79dec4
src/libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.cs