We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f4165 commit b98d8cdCopy full SHA for b98d8cd
src/Microsoft.Diagnostics.DebugServices.Implementation/CrashInfoService.cs
@@ -127,7 +127,7 @@ private static unsafe ICrashInfoService CreateCrashInfoServiceFromModule(IServic
127
if (moduleEnumerationScheme == ModuleEnumerationScheme.EntryPointModule ||
128
moduleEnumerationScheme == ModuleEnumerationScheme.EntryPointAndEntryPointDllModule)
129
{
130
- // if the above did not located the crash info service, then look for the DotNetRuntimeDebugHeader
+ // if the above did not locate the crash info service, then look for the DotNetRuntimeDebugHeader
131
IModule entryPointModule = services.GetService<IModuleService>().EntryPointModule;
132
if (entryPointModule == null)
133
0 commit comments