diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2013-12-30 21:03:41 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2013-12-30 21:03:41 +0200 |
commit | 2efbc622cbbc15d04ff6d657ac7bc3c743210006 (patch) | |
tree | d4503f24261bfe963b2fd6a23f9a055916a823f8 /py/asmx64.h | |
parent | e1151e463deb240dfb12c6be52610b99f1cd7a79 (diff) | |
download | micropython-2efbc622cbbc15d04ff6d657ac7bc3c743210006.tar.gz micropython-2efbc622cbbc15d04ff6d657ac7bc3c743210006.zip |
Typo fix in comment.
Diffstat (limited to 'py/asmx64.h')
-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) |