summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-08 16:35:45 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-08 16:35:45 -0700
commit27bdec9295bdf370588d40c04762e1956e5491ea (patch)
treea7ebdb1e4c02bdb1adde704ec9911be63a70552f
parent6581802f8b3466d585c6b468b4694ebc50f9d02c (diff)
downloadnasm-27bdec9295bdf370588d40c04762e1956e5491ea.tar.gz
doc: add a comma
This time the comma should actually be there.
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 46cd52be..bb80a0f2 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -2824,7 +2824,7 @@ which case, all but the first two would be lumped together into
\c{%3}, and \c{db %2,%3} would be required).
The usual \I\c{%elifid}\I\c{%elifnum}\I\c{%elifstr}\c{%elif}...,
-\I\c{%ifnid}\I\c{%ifnnum}\I\c{%ifnstr}\c{%ifn}... and
+\I\c{%ifnid}\I\c{%ifnnum}\I\c{%ifnstr}\c{%ifn}..., and
\I\c{%elifnid}\I\c{%elifnnum}\I\c{%elifnstr}\c{%elifn}... versions
exist for each of \c{%ifid}, \c{%ifnum} and \c{%ifstr}.