From: nasm-bot f. H. P. A. <hp...@zy...> - 2013-11-26 23:18:30
|
Commit-ID: 54c7711858e458c4cd0817b21fc4351f9714a7c1 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=54c7711858e458c4cd0817b21fc4351f9714a7c1 Author: H. Peter Anvin <hp...@zy...> AuthorDate: Sun, 24 Nov 2013 17:07:33 -0800 Committer: H. Peter Anvin <hp...@zy...> CommitDate: Sun, 24 Nov 2013 17:07:33 -0800 insns.dat: Fix a typo in a comment isnsn-iflags.pl not insns-iflag.pl. Signed-off-by: H. Peter Anvin <hp...@zy...> --- insns.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insns.dat b/insns.dat index 1d15997..156abfd 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. |