summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Threading/Tasks
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-03-24 16:43:04 -0400
committerJan Kotas <jkotas@microsoft.com>2019-03-24 22:48:30 -0700
commit3038a7871ebc8f7e552bdd0086bc55a0d5cfee7c (patch)
treefca8b4031dd8f88b9e5f2a14f31e3120cd783abb /src/System.Private.CoreLib/shared/System/Threading/Tasks
parent03d3253f94a7c02a7d156fe378c73b736b202777 (diff)
downloadcoreclr-3038a7871ebc8f7e552bdd0086bc55a0d5cfee7c.tar.gz
coreclr-3038a7871ebc8f7e552bdd0086bc55a0d5cfee7c.tar.bz2
coreclr-3038a7871ebc8f7e552bdd0086bc55a0d5cfee7c.zip
typo: Double word "that" (dotnet/corefx#36269)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Threading/Tasks')
-rw-r--r--src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs b/src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs
index 3244e0ad64..797ed6ed8a 100644
--- a/src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs
+++ b/src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs
@@ -197,7 +197,7 @@ namespace System.Threading.Tasks.Sources
}
}
- /// <summary>Signals that that the operation has completed. Invoked after the result or error has been set.</summary>
+ /// <summary>Signals that the operation has completed. Invoked after the result or error has been set.</summary>
private void SignalCompletion()
{
if (_completed)