Correct comment.

This commit is contained in:
Chris Pressey 2019-10-23 15:00:03 +01:00
parent ff67e15208
commit 632c2f4517
1 changed files with 1 additions and 1 deletions

View File

@ -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: