summaryrefslogtreecommitdiff
path: root/gbz80disasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbz80disasm.py')
-rw-r--r--gbz80disasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbz80disasm.py b/gbz80disasm.py
index 0382418..6759a4a 100644
--- a/gbz80disasm.py
+++ b/gbz80disasm.py
@@ -912,7 +912,7 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000, include_last_add
def has_outstanding_labels(byte_labels):
"""
- Check whether a label is used once in the asm output.
+ Check whether a label is used once in the asm output.
If so, then that means it has to be called or specified later.
"""