Fix typo: combined. (#1254)

This commit is contained in:
Bruce Mitchener 2018-10-02 16:44:39 +07:00 committed by Nguyen Anh Quynh
parent 2b4aec9c76
commit aed8bffd61
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ typedef enum m680x_op_type {
#define M680X_OFFSET_BITS_16 16
// Supported bit flags for mem.idx.flags
// These flags can be comined
// These flags can be combined
#define M680X_IDX_INDIRECT 1
#define M680X_IDX_NO_COMMA 2
#define M680X_IDX_POST_INC_DEC 4