diff --git a/Underanalyzer/Decompiler/DecompileContext.cs b/Underanalyzer/Decompiler/DecompileContext.cs index aa849b1..3023ef6 100644 --- a/Underanalyzer/Decompiler/DecompileContext.cs +++ b/Underanalyzer/Decompiler/DecompileContext.cs @@ -105,7 +105,7 @@ private void DecompileControlFlow() } } - // Decompiles the AST from the code entry4 + // Decompiles the AST from the code entry private AST.IStatementNode DecompileAST() { try