We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0ab15 commit 1e24979Copy full SHA for 1e24979
1 file changed
arch/zx48k/backend/__pload.py
@@ -7,7 +7,7 @@
7
# (a.k.a. Boriel, http://www.boriel.com)
8
#
9
# This module contains parameter load
10
-# intermediate-code traductions
+# intermediate-code translations
11
# --------------------------------------------------------------
12
13
@@ -51,7 +51,7 @@ def _paddr(ins):
51
52
def _pload(offset, size):
53
""" Generic parameter loading.
54
- Emmits output code for setting IX at the right location.
+ Emits output code for setting IX at the right location.
55
size = Number of bytes to load:
56
1 => 8 bit value
57
2 => 16 bit value / string
0 commit comments