Skip to content

Commit 1e24979

Browse files
committed
Fix comments
1 parent 1a0ab15 commit 1e24979

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/zx48k/backend/__pload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# (a.k.a. Boriel, http://www.boriel.com)
88
#
99
# This module contains parameter load
10-
# intermediate-code traductions
10+
# intermediate-code translations
1111
# --------------------------------------------------------------
1212

1313

@@ -51,7 +51,7 @@ def _paddr(ins):
5151

5252
def _pload(offset, size):
5353
""" Generic parameter loading.
54-
Emmits output code for setting IX at the right location.
54+
Emits output code for setting IX at the right location.
5555
size = Number of bytes to load:
5656
1 => 8 bit value
5757
2 => 16 bit value / string

0 commit comments

Comments
 (0)