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);

src/coreclr/debug/daccess/dacimpl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ struct DumpMemoryReportStatics
652652
TSIZE_T m_cbModuleList; // number of bytes that we report for module list directly
653653
TSIZE_T m_cbClrStatics; // number of bytes that we report for CLR statics
654654
TSIZE_T m_cbClrHeapStatics; // number of bytes that we report for CLR heap statics
655-
TSIZE_T m_cbImplicity; // number of bytes that we report implicitly
655+
TSIZE_T m_cbImplicitly; // number of bytes that we report implicitly
656656
};
657657

658658

@@ -1592,7 +1592,7 @@ class DefaultCOMImpl : public T
15921592
};
15931593

15941594

1595-
// A stuct representing a thread's allocation context.
1595+
// A struct representing a thread's allocation context.
15961596
struct AllocInfo
15971597
{
15981598
CORDB_ADDRESS Ptr;

src/coreclr/debug/daccess/enummem.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ HRESULT ClrDataAccess::EnumMemoryRegionsWorkerHeap(IN CLRDataEnumMemoryFlags fla
329329
CATCH_ALL_EXCEPT_RETHROW_COR_E_OPERATIONCANCELLED( g_pDebugger->EnumMemoryRegions(flags); )
330330

331331
// now dump the memory get dragged in by using DAC API implicitly.
332-
m_dumpStats.m_cbImplicity = m_instances.DumpAllInstances(m_enumMemCb);
332+
m_dumpStats.m_cbImplicitly = m_instances.DumpAllInstances(m_enumMemCb);
333333

334334
// Do not let any remaining implicitly enumerated memory leak out.
335335
Flush();
@@ -340,7 +340,7 @@ HRESULT ClrDataAccess::EnumMemoryRegionsWorkerHeap(IN CLRDataEnumMemoryFlags fla
340340
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
341341
//
342342
// Helper function for skinny mini-dump
343-
// Pass in an managed object, this function will dump the EEClass hierachy
343+
// Pass in an managed object, this function will dump the EEClass hierarchy
344344
// and field desc of object so SOS's !DumpObj will work
345345
//
346346
//
@@ -1615,7 +1615,7 @@ HRESULT ClrDataAccess::EnumMemoryRegionsWorkerSkinny(IN CLRDataEnumMemoryFlags f
16151615
#endif // FEATURE_MINIMETADATA_IN_TRIAGEDUMPS
16161616

16171617
// now dump the memory get dragged in by using DAC API implicitly.
1618-
m_dumpStats.m_cbImplicity = m_instances.DumpAllInstances(m_enumMemCb);
1618+
m_dumpStats.m_cbImplicitly = m_instances.DumpAllInstances(m_enumMemCb);
16191619

16201620
// Do not let any remaining implicitly enumerated memory leak out.
16211621
Flush();
@@ -1665,7 +1665,7 @@ HRESULT ClrDataAccess::EnumMemoryRegionsWorkerMicroTriage(IN CLRDataEnumMemoryFl
16651665
#endif // FEATURE_MINIMETADATA_IN_TRIAGEDUMPS
16661666

16671667
// now dump the memory get dragged in by using DAC API implicitly.
1668-
m_dumpStats.m_cbImplicity = m_instances.DumpAllInstances(m_enumMemCb);
1668+
m_dumpStats.m_cbImplicitly = m_instances.DumpAllInstances(m_enumMemCb);
16691669

16701670
// Do not let any remaining implicitly enumerated memory leak out.
16711671
Flush();
@@ -1756,7 +1756,7 @@ HRESULT ClrDataAccess::EnumMemoryRegionsWorkerCustom()
17561756
// we are done...
17571757

17581758
// now dump the memory get dragged in implicitly
1759-
m_dumpStats.m_cbImplicity = m_instances.DumpAllInstances(m_enumMemCb);
1759+
m_dumpStats.m_cbImplicitly = m_instances.DumpAllInstances(m_enumMemCb);
17601760

17611761
}
17621762
else if (eFlavor == DUMP_FLAVOR_CriticalCLRState)
@@ -1783,7 +1783,7 @@ HRESULT ClrDataAccess::EnumMemoryRegionsWorkerCustom()
17831783
// we are done...
17841784

17851785
// now dump the memory get dragged in implicitly
1786-
m_dumpStats.m_cbImplicity = m_instances.DumpAllInstances(m_enumMemCb);
1786+
m_dumpStats.m_cbImplicitly = m_instances.DumpAllInstances(m_enumMemCb);
17871787

17881788
}
17891789
else if (eFlavor == DUMP_FLAVOR_NonHeapCLRState)

src/coreclr/debug/di/module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ CordbFunction * CordbModule::CreateFunction(mdMethodDef funcMetaDataToken, SIZE_
18601860
//
18611861
// Arguments:
18621862
// funcMetaDataToken - the functions methodDef token in this module
1863-
// enCVerison - The new version number of this function
1863+
// enCVersion - The new version number of this function
18641864
// ppFunction - Output param for the new instance - optional
18651865
//
18661866
// Assumptions:

src/coreclr/debug/di/process.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5616,7 +5616,7 @@ void CordbProcess::RawDispatchEvent(
56165616
// Neutering will dump it back down to zero.
56175617
this->AddToNeuterOnExitList(pMDA);
56185618

5619-
// We bump up and down the external ref so that even if the callback doensn't touch the refs,
5619+
// We bump up and down the external ref so that even if the callback doesn't touch the refs,
56205620
// our Ext-Release here will still cause a 1->0 ext-ref transition, which will get it
56215621
// swept on the neuter list.
56225622
RSExtSmartPtr<ICorDebugMDA> pExternalMDARef;
@@ -5967,7 +5967,7 @@ void CordbProcess::RawDispatchEvent(
59675967
//---------------------------------------------------------------------------------------
59685968
// Callback for prepopulating threads.
59695969
//
5970-
// Arugments:
5970+
// Arguments:
59715971
// vmThread - thread as part of the eunmeration.
59725972
// pUserData - data supplied with callback. It's a CordbProcess* object.
59735973
//

src/coreclr/debug/di/rsclass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ HRESULT CordbClass::SetJMCStatus(BOOL fIsUserCode)
621621
// We have to go the EE to find out if a class is a value
622622
// class or not. This is because there is no flag for this, but rather
623623
// it depends on whether the class subclasses System.ValueType (apart
624-
// from System.Enum...). Replicating all that resoultion logic
624+
// from System.Enum...). Replicating all that resolution logic
625625
// does not seem like a good plan.
626626
//
627627
// We also accept other "evidence" that the class is or isn't a VC, in

src/coreclr/debug/di/rspriv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ _____Neuter_Status_Already_Marked = 0; \
15611561
// 1) it means that we have no synchronization (can't take the Stop-Go lock)
15621562
// 2) none of our backpointers are usable (they may be nulled out at anytime by another thread).
15631563
// - this also means we absolutely can't send IPC events (since that requires a CordbProcess)
1564-
// 3) The only safe data are blittalbe embedded fields (eg, a pid or stack range)
1564+
// 3) The only safe data are blittable embedded fields (eg, a pid or stack range)
15651565
//
15661566
// Any usage of this macro should clearly specify why this is safe.
15671567
#define OK_IF_NEUTERED(pThis) \
@@ -11203,7 +11203,7 @@ class DbgRSThread
1120311203
void NotifyTakeLock(RSLock * pLock);
1120411204
void NotifyReleaseLock(RSLock * pLock);
1120511205

11206-
// Used to map other resources (like thread access) into the lock hierachy.
11206+
// Used to map other resources (like thread access) into the lock hierarchy.
1120711207
// Note this only effects lock leveling checks and doesn't effect HoldsAnyLock().
1120811208
void TakeVirtualLock(RSLock::ERSLockLevel level);
1120911209
void ReleaseVirtualLock(RSLock::ERSLockLevel level);

src/coreclr/debug/di/rsstackwalk.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,13 +714,13 @@ HRESULT CordbStackWalk::GetFrameWorker(ICorDebugFrame ** ppFrame)
714714
// instruction in the leaf frame. In the past we didn't always achieve this,
715715
// but we are being more deliberate about this behavior now.
716716

717-
// If jsutAfterILThrow is true, it means nativeOffset points to the return address of IL_Throw
717+
// If justAfterILThrow is true, it means nativeOffset points to the return address of IL_Throw
718718
// (or another JIT exception helper) after an exception has been thrown.
719719
// In such cases we want to adjust nativeOffset, so it will point an actual exception callsite.
720720
// By subtracting STACKWALK_CONTROLPC_ADJUST_OFFSET from nativeOffset you can get
721721
// an address somewhere inside CALL instruction.
722722
// This ensures more consistent placement of exception line highlighting in Visual Studio
723-
DWORD nativeOffsetToMap = pJITFuncData->jsutAfterILThrow ?
723+
DWORD nativeOffsetToMap = pJITFuncData->justAfterILThrow ?
724724
(DWORD)pJITFuncData->nativeOffset - STACKWALK_CONTROLPC_ADJUST_OFFSET :
725725
(DWORD)pJITFuncData->nativeOffset;
726726
CorDebugMappingResult mappingType;

src/coreclr/debug/di/rsthread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3007,7 +3007,7 @@ HRESULT CordbUnmanagedThread::RestoreLeafSeh()
30073007
// pRead is optional. This makes sense when '0' is a valid default value.
30083008
// 1) On success (block exists in LS, we can read it),
30093009
// return value of data in the slot, *pRead = true
3010-
// 2) On failure to read block (block doens't exist yet, any other failure)
3010+
// 2) On failure to read block (block doesn't exist yet, any other failure)
30113011
// return value == 0 (assumed default, *pRead = false
30123012
REMOTE_PTR CordbUnmanagedThread::GetPreDefTlsSlot(SIZE_T offset)
30133013
{

src/coreclr/debug/di/shimprocess.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ void ShimProcess::PreDispatchEvent(bool fRealCreateProcessEvent /*= false*/)
15631563
// Remember that we're processing the first managed event so that we only call HandleFirstRCEvent() once
15641564
m_fFirstManagedEvent = true;
15651565

1566-
// This can fail with the incompatable version HR. The process has already been terminated if this
1566+
// This can fail with the incompatible version HR. The process has already been terminated if this
15671567
// is the case. This will dispatch an Error callback
15681568
// If this fails, the process is in an undefined state.
15691569
// @dbgtodo ipc-block: this will go away once we get rid

src/coreclr/debug/ee/controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,7 @@ bool DebuggerStepper::TrapStepInto(ControllerStackInfo *info,
55555555
// If we're calling from managed code, this should either succeed
55565556
// or become an ecall into mscorwks.
55575557
// @Todo - what about stubs in mscorwks.
5558-
// @todo - if this fails, we want to provde as much info as possible.
5558+
// @todo - if this fails, we want to provide as much info as possible.
55595559
if (!g_pEEInterface->TraceStub(ip, &trace)
55605560
|| !g_pEEInterface->FollowTrace(&trace))
55615561
{

src/coreclr/debug/ee/dactable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const DacGlobals _DacGlobals::s_dacGlobals =
9898

9999
// DacGlobals::Initialize is a no-op on MSVC builds as we statically initialize the table,
100100
// however, it provides a nice mechanism for us to get back into the right scope to validate the usage of DEFINE_DACVAR and family
101-
// without needing to make all of the DAC varables public or include all of the headers in daccess.h.
101+
// without needing to make all of the DAC variables public or include all of the headers in daccess.h.
102102
void DacGlobals::Initialize()
103103
{
104104
#define DEFINE_DACVAR(size, id, var) static_assert(!is_type_template_instantiation<decltype(var), Volatile>::m_value, "DAC variables defined with DEFINE_DACVAR must not be instantiations of Volatile<T>.");

src/coreclr/debug/ee/debugger.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,7 +2343,7 @@ HRESULT Debugger::RequestFavor(FAVORCALLBACK fp, void * pData)
23432343
if (m_pRCThread == NULL ||
23442344
m_pRCThread->GetRCThreadId() == GetCurrentThreadId())
23452345
{
2346-
// Since favors are only used internally, we know that the helper should alway be up and ready
2346+
// Since favors are only used internally, we know that the helper should always be up and ready
23472347
// to handle them. Also, since favors can be used in low-stack scenarios, there's not any
23482348
// extra initialization needed for them.
23492349
_ASSERTE(!"Helper not initialized for favors.");
@@ -3370,7 +3370,7 @@ void Debugger::getVars(MethodDesc * md, ULONG32 *cVars, ICorDebugInfo::ILVarInfo
33703370

33713371
// Just tell the JIT to extend everything.
33723372
// Note that if optimizations are enabled, the native compilers are
3373-
// free to ingore *extendOthers
3373+
// free to ignore *extendOthers
33743374
*extendOthers = true;
33753375

33763376
DWORD bits = md->GetModule()->GetDebuggerInfoBits();
@@ -4747,7 +4747,7 @@ BOOL IsDuplicatePatch(SIZE_T *rgEntries,
47474747
/******************************************************************************
47484748
// HRESULT Debugger::MapAndBindFunctionBreakpoints(): For each breakpoint
47494749
// that we've set in any version of the existing function,
4750-
// set a correponding breakpoint in the new function if we haven't moved
4750+
// set a corresponding breakpoint in the new function if we haven't moved
47514751
// the patch to the new version already.
47524752
//
47534753
// This must be done _AFTER_ the MethodDesc has been updated
@@ -4790,7 +4790,7 @@ HRESULT Debugger::MapAndBindFunctionPatches(DebuggerJitInfo *djiNew,
47904790
"Ver:0x%04x (DJI:0x%p)\n", djiNew?djiNew->m_methodInfo->GetCurrentEnCVersion():0, djiNew));
47914791

47924792
// We need to traverse the patch list while under the controller lock (small lock).
4793-
// But we can only send BreakpointSetErros while under the debugger lock (big lock).
4793+
// But we can only send BreakpointSetErrors while under the debugger lock (big lock).
47944794
// So to avoid a lock violation, we queue any errors we find under the small lock,
47954795
// and then send the whole list when under the big lock.
47964796
PATCH_UNORDERED_ARRAY listUnbindablePatches;
@@ -8465,7 +8465,7 @@ BOOL Debugger::ShouldAutoAttach()
84658465

84668466
LOG((LF_CORDB, LL_INFO1000000, "D::SAD\n"));
84678467

8468-
// Check if the user has specified a seting in the registry about what he
8468+
// Check if the user has specified a setting in the registry about what he
84698469
// wants done when an unhandled exception occurs.
84708470
DebuggerLaunchSetting dls = GetDbgJITDebugLaunchSetting();
84718471

@@ -8810,7 +8810,7 @@ Debugger::ATTACH_ACTION Debugger::ShouldAttachDebugger(bool fIsUserBreakpoint)
88108810
return ATTACH_NO;
88118811
}
88128812

8813-
// Check if the user has specified a seting in the registry about what he wants done when an unhandled exception
8813+
// Check if the user has specified a setting in the registry about what he wants done when an unhandled exception
88148814
// occurs.
88158815
DebuggerLaunchSetting dls = GetDbgJITDebugLaunchSetting();
88168816

src/coreclr/debug/ee/funceval.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3158,7 +3158,7 @@ static void RecordFuncEvalException(DebuggerEval *pDE,
31583158
* domain (steps 1a & 1b). This has to be a separate function from GCProtectArgsAndDoNormalFuncEval
31593159
* because otherwise we can't reliably find the right GCFrames to pop when unwinding the stack due to
31603160
* an exception on 64-bit platforms (we have some GCFrames outside of the TRY, and some inside,
3161-
* and they won't necesarily be laid out sequentially on the stack if they are all in the same function).
3161+
* and they won't necessarily be laid out sequentially on the stack if they are all in the same function).
31623162
*
31633163
* Parameters:
31643164
* pDE - pointer to the DebuggerEval object being processed.

src/coreclr/debug/ee/functioninfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ void DebuggerJitInfo::SetBoundaries(ULONG32 cMap, ICorDebugInfo::OffsetMapping *
12301230
// Init a DJI after it's jitted.
12311231
void DebuggerJitInfo::Init(TADDR newAddress)
12321232
{
1233-
// Shouldn't initialize while holding the lock b/c initialzing may call functions that lock,
1233+
// Shouldn't initialize while holding the lock b/c initializing may call functions that lock,
12341234
// and thus we'd have a locking violation.
12351235
_ASSERTE(!g_pDebugger->HasDebuggerDataLock());
12361236

0 commit comments

Comments
 (0)