From e53e0c56793c41fb4964db138f72359254b5e0a7 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 31 Jan 2004 17:04:51 +0000 Subject: [PATCH] install.texi: Fix typos. * doc/install.texi: Fix typos. * doc/invoke.texi: Likewise. From-SVN: r77037 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 2 +- gcc/doc/invoke.texi | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5da71cd50c8..8eeb69c31d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-31 Kazu Hirata + + * doc/install.texi: Fix typos. + * doc/invoke.texi: Likewise. + 2004-01-31 Ulrich Weigand * config/s390/s390.c (s390_decompose_address): Do not treat virtual diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 1f53a99c715..13885074e9e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -944,7 +944,7 @@ Define if you want to use __cxa_atexit, rather than atexit, to register C++ destructors for local statics and global objects. This is essential for fully standards-compliant handling of destructors, but requires __cxa_atexit in libc. This option is currently -only available on sytems with GNU libc. When enabled, this will cause +only available on systems with GNU libc. When enabled, this will cause @option{-fuse-cxa-exit} to be passed by default. @item --enable-target-optspace diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 440c3d78f55..e760e6cedc3 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4736,7 +4736,7 @@ This parameter is ignored when @option{-funit-at-a-time} is not used. The default value is 3000. @item large-function-growth -Specifies maximal growth of large functtion caused by inlining in percents. +Specifies maximal growth of large function caused by inlining in percents. This parameter is ignored when @option{-funit-at-a-time} is not used. The default value is 200.