diff --git a/src/coreclr/src/inc/bitvector.h b/src/coreclr/src/inc/bitvector.h index 0ef797f6e3c9c..469b1d44728b2 100644 --- a/src/coreclr/src/inc/bitvector.h +++ b/src/coreclr/src/inc/bitvector.h @@ -48,7 +48,7 @@ You should use mutator operators &=, |= ... instead of the non-mutators whenever possible to avoid creating a temps - Specifically did NOT supply automatic coersions to + Specifically did NOT supply automatic coercions to and from short types so that the programmer is aware of when code was being injected on their behalf. The upshot of this is that you have to use the BitVector() toUnsigned() to convert diff --git a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx index f3a82588fc95c..1f0f79373d450 100644 --- a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx +++ b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx @@ -1381,9 +1381,6 @@ Uninitialized Strings cannot be created. - - The object's type must not be a Windows Runtime type. - The object's type must be __ComObject or derived from __ComObject. @@ -1504,9 +1501,6 @@ Field '{0}' in TypedReferences cannot be static. - - The type must not be a Windows Runtime type. - The specified type must be visible from COM. @@ -1549,9 +1543,6 @@ The length of the name exceeds the maximum limit. - - Cannot marshal type '{0}' to Windows Runtime. Only 'System.RuntimeType' is supported. - MethodOverride's body must be from this type. @@ -2395,15 +2386,6 @@ Object cannot be stored in an array of this type. - - Object in an IPropertyValue is of type '{0}' which cannot be convereted to a '{1}' due to array element '{2}': {3}. - - - Object in an IPropertyValue is of type '{0}' with value '{1}', which cannot be converted to a '{2}'. - - - Object in an IPropertyValue is of type '{0}', which cannot be converted to a '{1}'. - AsyncFlowControl objects can be used to restore flow only on a Context that had its flow suppressed. @@ -2563,9 +2545,6 @@ This operation is only valid on generic types. - - Adding or removing event handlers dynamically is not supported on WinRT events. - This API is not available when the concurrent GC is enabled. @@ -2863,9 +2842,6 @@ A non-collectible assembly may not reference a collectible assembly. - - WinRT Interop is not supported for collectible types. - CreateInstance cannot be used with an object of type TypeBuilder. @@ -3136,9 +3112,6 @@ Strong-name signing is not supported on this platform. - - Windows Runtime is not supported on this operating system. - This API is specific to the way in which Windows handles asynchronous I/O, and is not supported on this platform. diff --git a/src/libraries/System.Private.CoreLib/src/System/DefaultBinder.cs b/src/libraries/System.Private.CoreLib/src/System/DefaultBinder.cs index 8b5b1c31c6ffb..6b275ff8b21ca 100644 --- a/src/libraries/System.Private.CoreLib/src/System/DefaultBinder.cs +++ b/src/libraries/System.Private.CoreLib/src/System/DefaultBinder.cs @@ -189,7 +189,7 @@ public sealed override MethodBase BindToMethod( #region Match method by parameter type for (j = 0; j < argsToCheck; j++) { -#region Classic argument coersion checks +#region Classic argument coercion checks // get the formal type pCls = par[j].ParameterType; diff --git a/src/mono/mono/tests/verifier/make_tests.sh b/src/mono/mono/tests/verifier/make_tests.sh index ccad6f00ddb38..5674f821b0aa0 100755 --- a/src/mono/mono/tests/verifier/make_tests.sh +++ b/src/mono/mono/tests/verifier/make_tests.sh @@ -440,7 +440,7 @@ do I=`expr $I + 1` done -#valid coersion between native int and int32 +#valid coercion between native int and int32 I=1 for OP in stloc.0 "starg 0" do