diff options
author | H. Peter Anvin <hpa@zytor.com> | 2013-11-24 17:07:33 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2013-11-24 17:07:33 -0800 |
commit | 54c7711858e458c4cd0817b21fc4351f9714a7c1 (patch) | |
tree | eb68de141607fe819d5d9a14790f4f9d5b3b9234 | |
parent | 9a1db4589596fd9f7421ef44dbd0f73490373f41 (diff) | |
download | nasm-54c7711858e458c4cd0817b21fc4351f9714a7c1.tar.gz nasm-54c7711858e458c4cd0817b21fc4351f9714a7c1.tar.bz2 nasm-54c7711858e458c4cd0817b21fc4351f9714a7c1.zip |
insns.dat: Fix a typo in a comment
isnsn-iflags.pl not insns-iflag.pl.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | insns.dat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ ; ; For a detailed description of the code string (third field), please ; see insns.pl and the comment at the top of assemble.c. For a detailed -; description of the flags (fourth field), please see insns-iflag.pl. +; description of the flags (fourth field), please see insns-iflags.pl. ; ; Comments with a pound sign after the semicolon generate section ; subheaders in the NASM documentation. |