summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-29 20:46:30 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-29 20:47:47 -0700
commit79ced5ad3652b1ef9094538efe1e5c09e5d092da (patch)
tree21563f933c71c9d1639425f51871484d89e904f3
parentc84fa31d04213735abac6cac8a1dcc65854e2f16 (diff)
downloadnasm-79ced5ad3652b1ef9094538efe1e5c09e5d092da.tar.gz
doc: fix typo in the description of %unmacro
The description of %unmacro used %unmacro in a place which should obviously have been %macro. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 6fe9a276..04a889fa 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -2692,7 +2692,7 @@ For example:
removes the previously defined macro \c{foo}, but
-\c %unmacro bar 1-3
+\c %macro bar 1-3
\c ; Do something
\c %endmacro
\c %unmacro bar 1