summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-08-27 17:21:28 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-08-27 17:21:28 -0700
commitf8a15a8ea3cc3484f4250fd878569f15412434ab (patch)
tree89102be48295b8ff2d12e18b24014a9948924c9a /doc
parent2201ceb23803f7af9469bfe67985a7125b5ba9ed (diff)
downloadnasm-f8a15a8ea3cc3484f4250fd878569f15412434ab.tar.gz
Correct __ALIGN_ -> __?ALIGN_
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/nasmdoc.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index f7df6cc9..69ccbc9f 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -1,6 +1,6 @@
\# --------------------------------------------------------------------------
\#
-\# Copyright 1996-2018 The NASM Authors - All Rights Reserved
+\# Copyright 1996-2019 The NASM Authors - All Rights Reserved
\# See the file AUTHORS included with the NASM distribution for
\# the specific copyright holders.
\#
@@ -4216,7 +4216,7 @@ with all CPUs of family 5 or lower, as well as some VIA CPUs and
several virtualization solutions. The default jump threshold is 16.
The macro \i\c{__?ALIGNMODE?__} is defined to contain the current
-alignment mode. A number of other macros beginning with \c{__ALIGN_}
+alignment mode. A number of other macros beginning with \c{__?ALIGN_}
are used internally by this macro package.