diff --git a/xml/System.Threading/Interlocked.xml b/xml/System.Threading/Interlocked.xml index 9c97cae3482..9d7b8635b70 100644 --- a/xml/System.Threading/Interlocked.xml +++ b/xml/System.Threading/Interlocked.xml @@ -858,10 +858,10 @@ - The destination , whose value is compared with the value of and possibly replaced by . - The that replaces the destination value if the comparison results in equality. - The that is compared to the value at . - Compares two platform-specific handles or pointers for equality and, if they are equal, replaces the first one, as an atomic operation. + The destination, whose value is compared with the value of and possibly replaced by . + The value that replaces the destination value if the comparison results in equality. + The value that is compared to the value at . + Compares two native-sized signed integers for equality and, if they are equal, replaces the first one, as an atomic operation. The original value in . - The destination , whose value is compared with the value of and possibly replaced by . - The that replaces the destination value if the comparison results in equality. - The that is compared to the value at . - Compares two platform-specific handles or pointers for equality and, if they are equal, replaces the first one, as an atomic operation. + The destination, whose value is compared with the value of and possibly replaced by . + The value that replaces the destination value if the comparison results in equality. + The value that is compared to the value at . + Compares two native-sized unsigned integers for equality and, if they are equal, replaces the first one, as an atomic operation. The original value in . To be added. The address of is a pointer. @@ -1919,7 +1919,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value` The variable to set to the specified value. The value to which the parameter is set. - Sets a platform-specific handle or pointer to a specified value and returns the original value, as an atomic operation. + Sets a native-sized signed integer to a specified value and returns the original value, as an atomic operation. The original value of . To be added. The address of is a pointer. @@ -2274,7 +2274,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value` The variable to set to the specified value. The value to which the parameter is set. - Sets a platform-specific handle or pointer to a specified value and returns the original value, as an atomic operation. + Sets a native-sized unsigned integer to a specified value and returns the original value, as an atomic operation. The original value of . To be added. The address of is a pointer.