doc: Fix typos.
* doc/mes.texi (Invoking mescc): Fix typo. * module/mescc.scm (parse-opts): Likewise.
This commit is contained in:
parent
761420ac31
commit
f89fed3c3b
|
@ -935,7 +935,7 @@ The @var{option}s can be among the following:
|
||||||
align @var{symbol}, the default is @code{functions}; other valid values
|
align @var{symbol}, the default is @code{functions}; other valid values
|
||||||
are: @code{globals}.
|
are: @code{globals}.
|
||||||
|
|
||||||
@item --base-address=ADRRESS
|
@item --base-address=ADDRESS
|
||||||
use BaseAddress ADDRESS [0x1000000]
|
use BaseAddress ADDRESS [0x1000000]
|
||||||
|
|
||||||
@item -c
|
@item -c
|
||||||
|
|
|
@ -107,7 +107,7 @@ Options:
|
||||||
--arch=ARCH compile for ARCH [~a]
|
--arch=ARCH compile for ARCH [~a]
|
||||||
--kernel=ARCH compile for KERNEL [~a]
|
--kernel=ARCH compile for KERNEL [~a]
|
||||||
-dumpmachine display the compiler's target machine
|
-dumpmachine display the compiler's target machine
|
||||||
--base-address=ADRRESS
|
--base-address=ADDRESS
|
||||||
use BaseAddress ADDRESS [0x1000000]
|
use BaseAddress ADDRESS [0x1000000]
|
||||||
--numbered-arch mescc-tools use numbered arch
|
--numbered-arch mescc-tools use numbered arch
|
||||||
-D DEFINE[=VALUE] define DEFINE [VALUE=1]
|
-D DEFINE[=VALUE] define DEFINE [VALUE=1]
|
||||||
|
|
Loading…
Reference in a new issue