Skip to content

Commit 2201016

Browse files
authored
Fix typos (#73122)
1 parent a67c1ad commit 2201016

File tree

383 files changed

+819
-820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+819
-820
lines changed

eng/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function Get-Help() {
6666
Write-Host " -restore Restore dependencies."
6767
Write-Host " -sign Sign build outputs."
6868
Write-Host " -test (-t) Incrementally builds and runs tests."
69-
Write-Host " Use in conjuction with -testnobuild to only run tests."
69+
Write-Host " Use in conjunction with -testnobuild to only run tests."
7070
Write-Host ""
7171

7272
Write-Host "Libraries settings:"
@@ -216,7 +216,7 @@ if ($vs) {
216216
# Respect the RuntimeConfiguration variable for building inside VS with different runtime configurations
217217
$env:RUNTIMECONFIGURATION=$runtimeConfiguration
218218
}
219-
219+
220220
# Launch Visual Studio with the locally defined environment variables
221221
."$vs"
222222

eng/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ usage()
5656
echo " --restore (-r) Restore dependencies."
5757
echo " --sign Sign build outputs."
5858
echo " --test (-t) Incrementally builds and runs tests."
59-
echo " Use in conjuction with --testnobuild to only run tests."
59+
echo " Use in conjunction with --testnobuild to only run tests."
6060
echo ""
6161

6262
echo "Libraries settings:"

src/coreclr/System.Private.CoreLib/src/System/GC.CoreCLR.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ private static unsafe void Callback(void* configurationContext, void* name, void
785785
}
786786

787787
/// <summary>
788-
/// Gets the Configurations used by the Garbage Collector. The value of these configurations used don't neccessarily have to be the same as the ones that are passed by the user.
788+
/// Gets the Configurations used by the Garbage Collector. The value of these configurations used don't necessarily have to be the same as the ones that are passed by the user.
789789
/// For example for the "GCHeapCount" configuration, if the user supplies a value higher than the number of CPUs, the configuration that will be used is that of the number of CPUs.
790790
/// <returns> A Read Only Dictionary with configuration names and values of the configuration as the keys and values of the dictionary, respectively.</returns>
791791
/// </summary>

src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public override Type MakeArrayType(int rank)
107107
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2055:UnrecognizedReflectionPattern",
108108
Justification = "The entire TypeBuilderInstantiation is serving the MakeGenericType implementation. " +
109109
"Currently this is not supported by linker. Once it is supported the outercall (Type.MakeGenericType)" +
110-
"will validate that the types fullfill the necessary requirements of annotations on type parameters." +
110+
"will validate that the types fulfill the necessary requirements of annotations on type parameters." +
111111
"As such the actual internals of the implementation are not interesting.")]
112112
private Type Substitute(Type[] substitutes)
113113
{

src/coreclr/binder/assemblybindercommon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ namespace BINDER_SPACE
10891089
// Lock the application context
10901090
CRITSEC_Holder contextLock(pApplicationContext->GetCriticalSectionCookie());
10911091

1092-
// Only perform costly validation if other binds succeded before us
1092+
// Only perform costly validation if other binds succeeded before us
10931093
if (kContextVersion != pApplicationContext->GetVersion())
10941094
{
10951095
IF_FAIL_GO(AssemblyBinderCommon::OtherBindInterfered(pApplicationContext,

src/coreclr/classlibnative/bcltype/oavariant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66

77
//
8-
// Purpose: Wrapper for Ole Automation compatable math ops.
8+
// Purpose: Wrapper for Ole Automation compatible math ops.
99
// Calls through to OleAut.dll
1010
//
1111

src/coreclr/classlibnative/bcltype/oavariant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66

77
//
8-
// Purpose: Wrapper for Ole Automation compatable math ops.
8+
// Purpose: Wrapper for Ole Automation compatible math ops.
99
// Calls through to OleAut.dll
1010
//
1111

src/coreclr/classlibnative/bcltype/objectnative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ FCIMPL1(Object*, ObjectNative::AllocateUninitializedClone, Object* pObjUNSAFE)
224224
{
225225
FCALL_CONTRACT;
226226

227-
// Delegate error handling to managed side (it will throw NullRefenceException)
227+
// Delegate error handling to managed side (it will throw NullReferenceException)
228228
if (pObjUNSAFE == NULL)
229229
return NULL;
230230

src/coreclr/debug/daccess/dacdbiimplstackwalk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ void DacDbiInterfaceImpl::InitFrameData(StackFrameIterator * pIter,
830830
// 2. !pCF->HasFaulted() - It wasn't a "hardware" exception (Access violation, dev by 0, etc.)
831831
// 3. !pCF->IsIPadjusted() - It hasn't been previously adjusted to point to [call IL_Throw]
832832
// 4. pJITFuncData->nativeOffset != 0 - nativeOffset contains something that looks like a real return address.
833-
pJITFuncData->jsutAfterILThrow = pCF->IsInterrupted()
833+
pJITFuncData->justAfterILThrow = pCF->IsInterrupted()
834834
&& !pCF->HasFaulted()
835835
&& !pCF->IsIPadjusted()
836836
&& pJITFuncData->nativeOffset != 0;

src/coreclr/debug/daccess/dacfn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ void DacEnumCodeForStackwalk(TADDR taCallEnd)
14551455
// Note that this only handles absolute indirect calls (ModR/M byte of 0x15), all the other forms of
14561456
// indirect calls are register-relative, and so we'd have to do a much more complicated decoding based
14571457
// on the register context. Regardless, it seems like this is fundamentally error-prone because it's
1458-
// aways possible that the call instruction was not 6 bytes long, and we could have some other instructions
1458+
// always possible that the call instruction was not 6 bytes long, and we could have some other instructions
14591459
// that happen to match the pattern we're looking for.
14601460
PTR_BYTE callCode = PTR_BYTE(taCallEnd - 6);
14611461
PTR_BYTE callMrm = PTR_BYTE(taCallEnd - 5);

0 commit comments

Comments
 (0)