diff options
author | Jan Kotas <jkotas@microsoft.com> | 2016-01-24 15:39:49 -0800 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2016-01-24 15:39:49 -0800 |
commit | 28d80a45a8d32ac98aad1dc552d6a8f7d23789bf (patch) | |
tree | 627c13f0b69349381f98ce58da95c464a2ae04b9 | |
parent | a2242ab3c5759daefa2768c905c531e333303cef (diff) | |
parent | d78d152aaddb5c958480f8c14d27362d68e9b48f (diff) | |
download | coreclr-28d80a45a8d32ac98aad1dc552d6a8f7d23789bf.tar.gz coreclr-28d80a45a8d32ac98aad1dc552d6a8f7d23789bf.tar.bz2 coreclr-28d80a45a8d32ac98aad1dc552d6a8f7d23789bf.zip |
Merge pull request #2837 from akarpov89/fix-typo
Fix typo
-rw-r--r-- | src/mscorlib/src/System/Threading/Tasks/Task.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Threading/Tasks/Task.cs b/src/mscorlib/src/System/Threading/Tasks/Task.cs index ca1c03c7bf..43772db6f7 100644 --- a/src/mscorlib/src/System/Threading/Tasks/Task.cs +++ b/src/mscorlib/src/System/Threading/Tasks/Task.cs @@ -2329,7 +2329,7 @@ namespace System.Threading.Tasks /// <summary> - /// Final stage of the task completion code path. Notifies the parent (if any) that another of its childre are done, and runs continuations. + /// Final stage of the task completion code path. Notifies the parent (if any) that another of its children are done, and runs continuations. /// This function is only separated out from FinishStageTwo because these two operations are also needed to be called from CancellationCleanupLogic() /// </summary> internal void FinishStageThree() |