aboutsummaryrefslogtreecommitdiff
path: root/py/asmx64.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2013-12-30 21:03:41 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2013-12-30 21:03:41 +0200
commit2efbc622cbbc15d04ff6d657ac7bc3c743210006 (patch)
treed4503f24261bfe963b2fd6a23f9a055916a823f8 /py/asmx64.h
parente1151e463deb240dfb12c6be52610b99f1cd7a79 (diff)
Typo fix in comment.
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 addf6bc28..16cc3b211 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)