summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-08 16:25:20 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-08 16:25:20 -0700
commit868067de66006cb70bc551236abe7f5ede059a00 (patch)
tree532658aa666b9d799fd2bd418f99a28b5c8e40ac
parent66f1d9ffb112645903c5b956b8f3d548009d9b20 (diff)
downloadnasm-868067de66006cb70bc551236abe7f5ede059a00.tar.gz
nasm-868067de66006cb70bc551236abe7f5ede059a00.tar.bz2
nasm-868067de66006cb70bc551236abe7f5ede059a00.zip
doc: remove superfluous comma
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index cadea83..7a2f482 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -2842,7 +2842,7 @@ will assemble the subsequent code, but
\c %iftoken -1
-will not, since \c{-1} contains two tokens: the unary minus operator,
+will not, since \c{-1} contains two tokens: the unary minus operator
\c{-}, and the number \c{1}.
The usual \i\c{%eliftoken}, \i\c\{%ifntoken}, and \i\c{%elifntoken}