1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2026-04-20 18:16:59 +00:00

Correct comment.

This commit is contained in:
Chris Pressey
2019-10-23 15:00:03 +01:00
parent ff67e15208
commit 632c2f4517
+1 -1
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: