summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-03-17 17:34:49 -0700
committerH. Peter Anvin <hpa@zytor.com>2016-04-05 12:49:07 -0700
commitd2238e22865ec52823619108f6400937bdf2939b (patch)
treeb96c42645e682ae01312bfec7ba36666fbadd611
parent138e3f6699152445fa8bb06e32b9f2dcbbf760f8 (diff)
downloadnasm-d2238e22865ec52823619108f6400937bdf2939b.tar.gz
changes.src: fix old typo
arror -> error Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 26c43b37..b0768c9d 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -48,7 +48,7 @@ since 2007.
\b Allow 64-bit outputs in 16/32-bit only backends. Unsigned 64-bit
relocations are zero-extended from 32-bits with a warning
(suppressible via \c{-w-zext-reloc}); signed 64-bit relocations are
- an arror.
+ an error.
\b Line numbers in list files now correspond to the lines in the source
files, instead of simply being sequential.