Browse Source

Anaylsis -> Analysis

pull/1751/head
Jane Doe 7 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
/// <summary> /// <summary>
/// Does some of the analysis of SwitchOnNullableTransform to add the null case control flow /// 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> /// </summary>
private void AddNullCase(List<ControlFlowNode> flowNodes, List<ControlFlowNode> caseNodes) private void AddNullCase(List<ControlFlowNode> flowNodes, List<ControlFlowNode> caseNodes)
{ {

Loading…
Cancel
Save