From 632c2f4517f106fb3382f4e47e2d9ade2c0c4f04 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Wed, 23 Oct 2019 15:00:03 +0100 Subject: [PATCH] Correct comment. --- src/sixtypical/callgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sixtypical/callgraph.py b/src/sixtypical/callgraph.py index 8f7afce..745a17d 100644 --- a/src/sixtypical/callgraph.py +++ b/src/sixtypical/callgraph.py @@ -35,7 +35,7 @@ def construct_callgraph(program): 'potentially-calls': potentially_calls, } - # Reflexive closure + # Symmetric closure # (Note, this information isn't used anywhere yet) for routine in program.routines: