Description: fix typos in manpage.
Author: Thiago Marques Siqueira <thiagoms.15@gmail.com>
Last-Update: 2023-06-29
Index: binutils-msp430-2.40.50/binutils-2.40.50/ld/ld.1
===================================================================
--- binutils-msp430-2.40.50.orig/binutils-2.40.50/ld/ld.1
+++ binutils-msp430-2.40.50/binutils-2.40.50/ld/ld.1
@@ -871,7 +871,7 @@ of this option.  Again this may change w
 .IX Item "-plugin name"
 Involve a plugin in the linking process.  The \fIname\fR parameter is
 the absolute filename of the plugin.  Usually this parameter is
-automatically added by the complier, when using link time
+automatically added by the compiler, when using link time
 optimization, but users can also add their own plugins if they so
 wish.
 .Sp
@@ -2126,7 +2126,7 @@ library (which should be called \f(CW\*(
 may be used to link clients against the generated executable; this
 behaviour makes it possible to skip a separate import library creation
 step (eg. \f(CW\*(C`dlltool\*(C'\fR for DLLs).  This option is only available for
-the i386 \s-1PE\s0 and \s-1ELF\s0 targetted ports of the linker.
+the i386 \s-1PE\s0 and \s-1ELF\s0 targeted ports of the linker.
 .IP "\fB\-pie\fR" 4
 .IX Item "-pie"
 .PD 0
@@ -2576,7 +2576,7 @@ line option has been used, but this beha
 \&\fB\-\-warn\-execstack\fR option.
 .Sp
 On the other hand the linker will normally warn if the stack is made
-executable because one or more of the input files need an execuable
+executable because one or more of the input files need an executable
 stack and neither of the \fB\-z execstack\fR or \fB\-z
 noexecstack\fR command line options have been specified.  This warning
 can be disabled via the \fB\-\-no\-warn\-execstack\fR option.
Index: binutils-msp430-2.40.50/binutils-2.40.50/binutils/doc/addr2line.1
===================================================================
--- binutils-msp430-2.40.50.orig/binutils-2.40.50/binutils/doc/addr2line.1
+++ binutils-msp430-2.40.50/binutils-2.40.50/binutils/doc/addr2line.1
@@ -209,7 +209,7 @@ If the file name or function name can no
 line number can not be determined, \fBaddr2line\fR will print 0.
 .PP
 When symbol+offset is used, +offset is optional, except when the symbol
-is ambigious with a hex number. The resolved symbols can be mangled
+is ambiguous with a hex number. The resolved symbols can be mangled
 or unmangled, except unmangled symbols with + are not allowed.
 .SH "OPTIONS"
 .IX Header "OPTIONS"
Index: binutils-msp430-2.40.50/binutils-2.40.50/binutils/doc/objdump.1
===================================================================
--- binutils-msp430-2.40.50.orig/binutils-2.40.50/binutils/doc/objdump.1
+++ binutils-msp430-2.40.50/binutils-2.40.50/binutils/doc/objdump.1
@@ -341,7 +341,7 @@ instructions in code sections.  When opt
 objdump will assume that any symbols present in a code section occur
 on the boundary between instructions and it will refuse to disassemble
 across such a boundary.  When option \fB\-D\fR is in effect however
-this assumption is supressed.  This means that it is possible for the
+this assumption is suppressed.  This means that it is possible for the
 output of \fB\-d\fR and \fB\-D\fR to differ if, for example, data
 is stored in code sections.
 .Sp
Index: binutils-msp430-2.40.50/binutils-2.40.50/gas/doc/as.1
===================================================================
--- binutils-msp430-2.40.50.orig/binutils-2.40.50/gas/doc/as.1
+++ binutils-msp430-2.40.50/binutils-2.40.50/gas/doc/as.1
@@ -2994,9 +2994,9 @@ are recognized:
 \&\f(CW\*(C`z80n\*(C'\fR,
 \&\f(CW\*(C`r800\*(C'\fR.
 In addition to the basic instruction set, the assembler can be told to
-accept some extention mnemonics. For example,
+accept some extension mnemonics. For example,
 \&\f(CW\*(C`\-march=z180+sli+infc\*(C'\fR extends \fIz180\fR with \fI\s-1SLI\s0\fR instructions and
-\&\fI\s-1IN F,\s0(C)\fR. The following extentions are currently supported:
+\&\fI\s-1IN F,\s0(C)\fR. The following extensions are currently supported:
 \&\f(CW\*(C`full\*(C'\fR (all known instructions),
 \&\f(CW\*(C`adl\*(C'\fR (\s-1ADL CPU\s0 mode by default, eZ80 only),
 \&\f(CW\*(C`sli\*(C'\fR (instruction known as \fI\s-1SLI\s0\fR, \fI\s-1SLL\s0\fR or \fI\s-1SL1\s0\fR),
@@ -3005,9 +3005,9 @@ accept some extention mnemonics. For exa
 \&\f(CW\*(C`xdcb\*(C'\fR (instructions like \fIRotOp (II+d),R\fR and \fIBitOp n,(II+d),R\fR),
 \&\f(CW\*(C`infc\*(C'\fR (instruction \fI\s-1IN F,\s0(C)\fR or \fI\s-1IN\s0 (C)\fR),
 \&\f(CW\*(C`outc0\*(C'\fR (instruction \fI\s-1OUT\s0 (C),0\fR).
-Note that rather than extending a basic instruction set, the extention
+Note that rather than extending a basic instruction set, the extension
 mnemonics starting with \f(CW\*(C`\-\*(C'\fR revoke the respective functionality:
-\&\f(CW\*(C`\-march=z80\-full+xyhl\*(C'\fR first removes all default extentions and adds
+\&\f(CW\*(C`\-march=z80\-full+xyhl\*(C'\fR first removes all default extensions and adds
 support for index registers halves only.
 .Sp
 If this option is not specified then \f(CW\*(C`\-march=z80+xyhl+infc\*(C'\fR is assumed.
