Skip to content
Snippets Groups Projects
Commit 2efbc622 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

Typo fix in comment.

parent e1151e46
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#define REG_RSI (6) #define REG_RSI (6)
#define REG_RDI (7) #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_JB (0x2) // below, unsigned
#define JCC_JZ (0x4) #define JCC_JZ (0x4)
#define JCC_JE (0x4) #define JCC_JE (0x4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment