mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-21 10:31:25 +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,
|
||||
}
|
||||
|
||||
# Reflexive closure
|
||||
# Symmetric closure
|
||||
# (Note, this information isn't used anywhere yet)
|
||||
|
||||
for routine in program.routines:
|
||||
|
Loading…
Reference in New Issue
Block a user