summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-06-28 03:03:49 -0700
committerJan Kotas <jkotas@microsoft.com>2018-06-28 03:21:24 -0700
commit127a888c33eedefe42d2d01cab4cfaaa3b48f9b0 (patch)
treede9a691fb05b2717995f99ddb1edd30b9d408f1a /src
parent2f2a9b109cb6180d09f2554e82384e2e52fc3a87 (diff)
downloadcoreclr-127a888c33eedefe42d2d01cab4cfaaa3b48f9b0.tar.gz
coreclr-127a888c33eedefe42d2d01cab4cfaaa3b48f9b0.tar.bz2
coreclr-127a888c33eedefe42d2d01cab4cfaaa3b48f9b0.zip
Typo (dotnet/corert#6029)
* aggresively -> aggressively * algortithm -> algorithm * anindex -> an index * antecendent -> antecedent * barnching -> branching * becauase -> because * behaivor -> behavior * Boolen -> Boolean * Browing -> Browsing * calander -> calendar Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs2
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TaskAwaiter.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs b/src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs
index 5174992702..06807811e2 100644
--- a/src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs
+++ b/src/System.Private.CoreLib/shared/System/Globalization/HebrewCalendar.cs
@@ -100,7 +100,7 @@ namespace System.Globalization
A 99 means the year is not supported for translation.
for convenience the table was defined for 750 year,
but only 640 years are supported. (from 1583 to 2239)
- the years before 1582 (starting of Georgian calander)
+ the years before 1582 (starting of Georgian calendar)
and after 2239, are filled with 99.
Greogrian January 1st falls usually in Tevet (4th month). Tevet has always 29 days.
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TaskAwaiter.cs b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TaskAwaiter.cs
index 493d984155..030278dcf5 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TaskAwaiter.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TaskAwaiter.cs
@@ -318,7 +318,7 @@ namespace System.Runtime.CompilerServices
innerTask.Id);
// Ensure the continuation runs under the activity ID of the task that completed for the
- // case the antecendent is a promise (in the other cases this is already the case).
+ // case the antecedent is a promise (in the other cases this is already the case).
if (innerEtwLog.TasksSetActivityIds && (innerTask.Options & (TaskCreationOptions)InternalTaskOptions.PromiseTask) != 0)
EventSource.SetCurrentThreadActivityId(TplEtwProvider.CreateGuidForTaskID(innerTask.Id), out prevActivityId);
}