diff --git a/enjarify/jvm/ir.py b/enjarify/jvm/ir.py index 3a56fb7..aacc427 100644 --- a/enjarify/jvm/ir.py +++ b/enjarify/jvm/ir.py @@ -31,7 +31,7 @@ def fallsthrough(self): return True def targets(self): return [] # Used to mark locations in the IR instructions for various purposes. These are -# seperate IR 'instructions' since the optimization passes may remove or replace +# separate IR 'instructions' since the optimization passes may remove or replace # the other instructions. class Label(JvmInstruction): def __init__(self, id=None):