From f3e0d099e0af208f871ea414bbe5b8e1508b8e00 Mon Sep 17 00:00:00 2001 From: Jimmy Casey Date: Sun, 29 Jul 2018 18:57:30 +0000 Subject: [PATCH] Fixed Spelling. --- enjarify/jvm/ir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):