summaryrefslogtreecommitdiffstatshomepage
path: root/py/asmx64.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/asmx64.h')
-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)