diff options
author | Damien George <damien.p.george@gmail.com> | 2013-12-30 14:43:21 -0800 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2013-12-30 14:43:21 -0800 |
commit | 83c437cb0d6a58293ecab799ff3573cc6e267626 (patch) | |
tree | d447fc5143e040facf0a5df1cc57569aeac19491 /py | |
parent | 6baf76e28b17055fc6e5a6c9560e756d32eaad5d (diff) | |
parent | 2efbc622cbbc15d04ff6d657ac7bc3c743210006 (diff) | |
download | micropython-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.h | 2 |
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) |