diff options
-rwxr-xr-x | compilerplugins/clang/methodcycles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/methodcycles.py b/compilerplugins/clang/methodcycles.py index d57c85ff963d..2f7bef09918f 100755 --- a/compilerplugins/clang/methodcycles.py +++ b/compilerplugins/clang/methodcycles.py @@ -243,7 +243,7 @@ def print_cycles(): print_cycles() -# print partioned sub-graphs +# print partitioned sub-graphs def print_partitions(): callDict2 = callDict # Remove anything with no callees, and that is itself not called. |