ea_type: Fix typo in comment

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2013-07-14 18:45:48 +04:00
parent ce074db7c2
commit 525ef26359

2
nasm.h
View File

@ -585,7 +585,7 @@ enum ea_type {
EA_INVALID, /* Not a valid EA at all */
EA_SCALAR, /* Scalar EA */
EA_XMMVSIB, /* XMM vector EA */
EA_YMMVSIB, /* XMM vector EA */
EA_YMMVSIB, /* YMM vector EA */
};
/*