From 371649b697f793dc5fffda372f255dc278cbb2a1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:57:33 -0400 Subject: [PATCH] spelling: predecessor Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../decompiler/graph/precontinues/GraphPrecontinueDetector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/GraphPrecontinueDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/GraphPrecontinueDetector.java index c936da7f4..00648d71f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/GraphPrecontinueDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/GraphPrecontinueDetector.java @@ -31,7 +31,7 @@ import java.util.Set; /** * Detects "precontinues" in Graph. A precontinue is target of continue * statement in a for loop. For loop in this case has single backedge. - * Precontinue is predeccessor of loops backedge. Precontinue can have branches + * Precontinue is predecessor of loops backedge. Precontinue can have branches * in it (and in some special cases like xml .() operator a while too). This * class tries to simplify graph up to the level that precontinue is a single * node.