summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2013-12-30 14:43:21 -0800
committerDamien George <damien.p.george@gmail.com>2013-12-30 14:43:21 -0800
commit83c437cb0d6a58293ecab799ff3573cc6e267626 (patch)
treed447fc5143e040facf0a5df1cc57569aeac19491 /py
parent6baf76e28b17055fc6e5a6c9560e756d32eaad5d (diff)
parent2efbc622cbbc15d04ff6d657ac7bc3c743210006 (diff)
downloadmicropython-83c437cb0d6a58293ecab799ff3573cc6e267626.tar.gz
micropython-83c437cb0d6a58293ecab799ff3573cc6e267626.zip
Merge pull request #12 from pfalcon/minor-fixes
Minor fixes
Diffstat (limited to 'py')
-rw-r--r--py/asmx64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/asmx64.h b/py/asmx64.h
index addf6bc28a..16cc3b2119 100644
--- a/py/asmx64.h
+++ b/py/asmx64.h
@@ -11,7 +11,7 @@
#define REG_RSI (6)
#define REG_RDI (7)
-// condition codes, used for jcc and setcc (desipite their j-name!)
+// condition codes, used for jcc and setcc (despite their j-name!)
#define JCC_JB (0x2) // below, unsigned
#define JCC_JZ (0x4)
#define JCC_JE (0x4)