Skip to content

Commit b98d8cd

Browse files
Fix comment typo
Co-authored-by: Michal Strehovský <[email protected]>
1 parent 77f4165 commit b98d8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Diagnostics.DebugServices.Implementation/CrashInfoService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private static unsafe ICrashInfoService CreateCrashInfoServiceFromModule(IServic
127127
if (moduleEnumerationScheme == ModuleEnumerationScheme.EntryPointModule ||
128128
moduleEnumerationScheme == ModuleEnumerationScheme.EntryPointAndEntryPointDllModule)
129129
{
130-
// if the above did not located the crash info service, then look for the DotNetRuntimeDebugHeader
130+
// if the above did not locate the crash info service, then look for the DotNetRuntimeDebugHeader
131131
IModule entryPointModule = services.GetService<IModuleService>().EntryPointModule;
132132
if (entryPointModule == null)
133133
{

0 commit comments

Comments
 (0)