Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2018-06-24 15:22:35 +0300
committerStephen Toub <stoub@microsoft.com>2018-06-24 16:53:22 +0300
commitc7cae6d5246d3aaf3f7ea6d100ee792ff796a0ce (patch)
tree7b8de04914024dc568851a9e3f0f9bbefa50d62e /src/System.Private.CoreLib/shared/System/Threading/SpinWait.cs
parent450de75f4eb620ac676414563311c29ddab00d76 (diff)
Simply type names in Corelib (dotnet-maestro-bot/coreclr#18623)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Threading/SpinWait.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Threading/SpinWait.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Threading/SpinWait.cs b/src/System.Private.CoreLib/shared/System/Threading/SpinWait.cs
index 414ad1852..d23569294 100644
--- a/src/System.Private.CoreLib/shared/System/Threading/SpinWait.cs
+++ b/src/System.Private.CoreLib/shared/System/Threading/SpinWait.cs
@@ -255,7 +255,7 @@ namespace System.Threading
/// <exception cref="ArgumentNullException">The <paramref name="condition"/> argument is null.</exception>
/// <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeout"/> is a negative number
/// other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater than
- /// <see cref="System.Int32.MaxValue"/>.</exception>
+ /// <see cref="System.int.MaxValue"/>.</exception>
public static bool SpinUntil(Func<bool> condition, TimeSpan timeout)
{
// Validate the timeout