summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Karpov <andrewcarpov@gmail.com>2016-01-25 01:55:33 +0300
committerAndrew Karpov <andrewcarpov@gmail.com>2016-01-25 01:55:33 +0300
commitd78d152aaddb5c958480f8c14d27362d68e9b48f (patch)
tree627c13f0b69349381f98ce58da95c464a2ae04b9
parenta2242ab3c5759daefa2768c905c531e333303cef (diff)
downloadcoreclr-d78d152aaddb5c958480f8c14d27362d68e9b48f.tar.gz
coreclr-d78d152aaddb5c958480f8c14d27362d68e9b48f.tar.bz2
coreclr-d78d152aaddb5c958480f8c14d27362d68e9b48f.zip
Fix typo
Replace "childre" with "children"
-rw-r--r--src/mscorlib/src/System/Threading/Tasks/Task.cs2
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()