From: nasm-bot f. C. G. <gor...@gm...> - 2013-07-15 22:00:27
|
Commit-ID: 525ef263592fa7c6dc8edad66cce283b11a06ee7 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=525ef263592fa7c6dc8edad66cce283b11a06ee7 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 14 Jul 2013 18:45:48 +0400 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 14 Jul 2013 18:45:48 +0400 ea_type: Fix typo in comment Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- nasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nasm.h b/nasm.h index 97cef3c..7802d9b 100644 --- a/nasm.h +++ b/nasm.h @@ -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 */ }; /* |