summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2013-11-24 17:07:33 -0800
committerH. Peter Anvin <hpa@zytor.com>2013-11-24 17:07:33 -0800
commit54c7711858e458c4cd0817b21fc4351f9714a7c1 (patch)
treeeb68de141607fe819d5d9a14790f4f9d5b3b9234
parent9a1db4589596fd9f7421ef44dbd0f73490373f41 (diff)
downloadnasm-54c7711858e458c4cd0817b21fc4351f9714a7c1.tar.gz
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.dat2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.dat b/insns.dat
index 1d159978..156abfdb 100644
--- a/insns.dat
+++ b/insns.dat
@@ -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.