From f89fed3c3b3688fe76611b1da41838b3c362342b Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 22 Sep 2022 11:14:34 +0200 Subject: [PATCH] doc: Fix typos. * doc/mes.texi (Invoking mescc): Fix typo. * module/mescc.scm (parse-opts): Likewise. --- doc/mes.texi | 2 +- module/mescc.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mes.texi b/doc/mes.texi index a6f420bc..28e1c2bb 100644 --- a/doc/mes.texi +++ b/doc/mes.texi @@ -935,7 +935,7 @@ The @var{option}s can be among the following: align @var{symbol}, the default is @code{functions}; other valid values are: @code{globals}. -@item --base-address=ADRRESS +@item --base-address=ADDRESS use BaseAddress ADDRESS [0x1000000] @item -c diff --git a/module/mescc.scm b/module/mescc.scm index e2319a28..36839d96 100644 --- a/module/mescc.scm +++ b/module/mescc.scm @@ -107,7 +107,7 @@ Options: --arch=ARCH compile for ARCH [~a] --kernel=ARCH compile for KERNEL [~a] -dumpmachine display the compiler's target machine - --base-address=ADRRESS + --base-address=ADDRESS use BaseAddress ADDRESS [0x1000000] --numbered-arch mescc-tools use numbered arch -D DEFINE[=VALUE] define DEFINE [VALUE=1]