From 2efbc622cbbc15d04ff6d657ac7bc3c743210006 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Mon, 30 Dec 2013 21:03:41 +0200
Subject: [PATCH] Typo fix in comment.

---
 py/asmx64.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
GitLab