Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Fixed Spelling. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion enjarify/jvm/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down