aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-03-18 12:35:28 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-03-18 12:35:28 +0000
commit6404e1906720796f90640720fc3978a543d5f2b0 (patch)
tree88e2c3c8245a7f9b5c623db711ddd134f513584f /gcc
parentb9abf793932ab4b7387eacbf58c6030a8f3f554a (diff)
downloadgcc-6404e1906720796f90640720fc3978a543d5f2b0.zip
gcc-6404e1906720796f90640720fc3978a543d5f2b0.tar.gz
gcc-6404e1906720796f90640720fc3978a543d5f2b0.tar.bz2
lto.texi (fresolution): Fix typo.
2014-03-18 Richard Biener <rguenther@suse.de> * doc/lto.texi (fresolution): Fix typo. From-SVN: r208647
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/lto.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8038951..a971bbe 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2014-03-18 Richard Biener <rguenther@suse.de>
+ * doc/lto.texi (fresolution): Fix typo.
+
+2014-03-18 Richard Biener <rguenther@suse.de>
+
* doc/invoke.texi (flto): Update for changes in 4.9.
2014-03-18 Richard Biener <rguenther@suse.de>
diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi
index 360f524..2c050de 100644
--- a/gcc/doc/lto.texi
+++ b/gcc/doc/lto.texi
@@ -591,5 +591,5 @@ with @option{-fwpa}.
@opindex fresolution
This option specifies the linker resolution file. This option is
only meaningful in conjunction with @option{-fwpa} and as option
-to pass through to the LTO linker pluign.
+to pass through to the LTO linker plugin.
@end itemize