doc: remove superfluous comma
authorH. Peter Anvin <hpa@zytor.com>
Sun, 8 Jun 2008 23:25:20 +0000 (16:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 8 Jun 2008 23:25:20 +0000 (16:25 -0700)
doc/nasmdoc.src

index cadea83..7a2f482 100644 (file)
@@ -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}