]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR ld/2877
authorNick Clifton <nickc@redhat.com>
Thu, 6 Jul 2006 10:46:46 +0000 (10:46 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 6 Jul 2006 10:46:46 +0000 (10:46 +0000)
* ld.texinfo: Fix spelling mistakes.

ld/ChangeLog
ld/ld.texinfo

index 059284cc7fd109b2fd30d17eaf7b77009ae88f93..8089feda8ea13c203ec7ff3c8b3feb58299afe50 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-06  Mohammed Adnène Trojette  <adn@diwi.org>
+
+       PR binutils/2877
+       * ld.texinfo: Fix spelling mistakes.
+
 2006-06-27  Pedro Alves  <pedro_alves@portugalmail.pt>
            Nick Clifton  <nickc@redhat.com>
 
index a723330bc472d1d6a5d834bc98cda371128f39c3..675c81da9c5c4f661f7af8a2a955332db932c218 100644 (file)
@@ -322,7 +322,7 @@ For options whose names are multiple letters, either one dash or two can
 precede the option name; for example, @samp{-trace-symbol} and
 @samp{--trace-symbol} are equivalent.  Note---there is one exception to
 this rule.  Multiple letter options that start with a lower case 'o' can
-only be preceeded by two dashes.  This is to reduce confusion with the
+only be preceded by two dashes.  This is to reduce confusion with the
 @samp{-o} option.  So for example @samp{-omagic} sets the output file
 name to @samp{magic} whereas @samp{--omagic} sets the NMAGIC flag on the
 output.
@@ -773,7 +773,7 @@ should only be enabled for the final binary.
 @cindex retain relocations in final executable
 @item -q
 @itemx --emit-relocs
-Leave relocation sections and contents in fully linked exececutables.
+Leave relocation sections and contents in fully linked executables.
 Post link analysis and optimization tools may need this information in
 order to perform correct modifications of executables.  This results
 in larger executables.