Browse Source

Anaylsis -> Analysis

pull/1751/head
Jane Doe 6 years ago
parent
commit
37a801e3fb
  1. 2
      ICSharpCode.Decompiler/IL/ControlFlow/SwitchDetection.cs

2
ICSharpCode.Decompiler/IL/ControlFlow/SwitchDetection.cs

@ -396,7 +396,7 @@ namespace ICSharpCode.Decompiler.IL.ControlFlow @@ -396,7 +396,7 @@ namespace ICSharpCode.Decompiler.IL.ControlFlow
/// <summary>
/// Does some of the analysis of SwitchOnNullableTransform to add the null case control flow
/// to the results of SwitchAnaylsis
/// to the results of SwitchAnalysis
/// </summary>
private void AddNullCase(List<ControlFlowNode> flowNodes, List<ControlFlowNode> caseNodes)
{

Loading…
Cancel
Save