Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Jul 31, 2023
1 parent 7b71b2c commit cadd031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numba_rvsdg/core/datastructures/scfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,8 @@ def make_scfg(
name_gen,
exiting: str = None,
):
"""Helper method for building a single 'level' of the heirarchical
structure in an `SCFG` graph at a time. Recusively calls itself
"""Helper method for building a single 'level' of the hierarchical
structure in an `SCFG` graph at a time. Recursively calls itself
to build the entire graph.
Parameters
Expand Down

0 comments on commit cadd031

Please sign in to comment.