mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 01:32:13 +00:00
Correct comment.
This commit is contained in:
parent
ff67e15208
commit
632c2f4517
@ -35,7 +35,7 @@ def construct_callgraph(program):
|
|||||||
'potentially-calls': potentially_calls,
|
'potentially-calls': potentially_calls,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Reflexive closure
|
# Symmetric closure
|
||||||
# (Note, this information isn't used anywhere yet)
|
# (Note, this information isn't used anywhere yet)
|
||||||
|
|
||||||
for routine in program.routines:
|
for routine in program.routines:
|
||||||
|
Loading…
Reference in New Issue
Block a user