summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ko <jamesqko@gmail.com>2017-01-25 22:28:32 -0500
committerJames Ko <jamesqko@gmail.com>2017-01-25 22:28:32 -0500
commit5d82a0eae7edaed8ec3db03433237d45483d7572 (patch)
treee145abcaa7711ac30d6f587d145b7ba8ff6f70cb
parent64700c3f88ec547d3b41bdfc4b801c0a4491cf8a (diff)
downloadcoreclr-5d82a0eae7edaed8ec3db03433237d45483d7572.tar.gz
coreclr-5d82a0eae7edaed8ec3db03433237d45483d7572.tar.bz2
coreclr-5d82a0eae7edaed8ec3db03433237d45483d7572.zip
Fix corelib.txt message
-rw-r--r--src/mscorlib/src/System.Private.CoreLib.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mscorlib/src/System.Private.CoreLib.txt b/src/mscorlib/src/System.Private.CoreLib.txt
index 81647f92a5..6871732b37 100644
--- a/src/mscorlib/src/System.Private.CoreLib.txt
+++ b/src/mscorlib/src/System.Private.CoreLib.txt
@@ -330,8 +330,8 @@ Arg_MemberInfoNullModule = The Module object containing the member cannot be nul
Arg_ParameterInfoNullMember = The MemberInfo object defining the parameter cannot be null.
Arg_ParameterInfoNullModule = The Module object containing the parameter cannot be null.
Arg_AssemblyNullModule = The manifest module of the assembly cannot be null.
-Arg_LongerThanSrcArray = Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
-Arg_LongerThanDestArray = Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
+Arg_LongerThanSrcArray = Source array was not long enough. Check the source index, length, and the array's lower bounds.
+Arg_LongerThanDestArray = Destination array was not long enough. Check the destination index, length, and the array's lower bounds.
Arg_LowerBoundsMustMatch = The arrays' lower bounds must be identical.
Arg_MustBeBoolean = Object must be of type Boolean.
Arg_MustBeByte = Object must be of type Byte.