spelling: occurrence

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:46:42 -04:00
committed by Jindra Petřík
parent e137fdbca1
commit 3677bceeb6
4 changed files with 4 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ public class Graph {
* input edges are already visited (not counting back edges), then all its
* output edges are processed.
* <p>
* This time is useful when sorting nodes according their occurence in
* This time is useful when sorting nodes according their occurrence in
* getMostCommonPart method - used for switch detection
*
* @param loops Already calculated loops to get backedges from.