From d2238e22865ec52823619108f6400937bdf2939b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 17 Mar 2016 17:34:49 -0700 Subject: [PATCH] changes.src: fix old typo arror -> error Signed-off-by: H. Peter Anvin --- doc/changes.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.