aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-31 17:04:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-31 17:04:51 +0000
commite53e0c56793c41fb4964db138f72359254b5e0a7 (patch)
tree04eef448e00eb5ba24936209311633a6e6d3107a /gcc/doc
parent025b17a479d9e2c3fcf4ea96c9572a5e53e998ad (diff)
downloadgcc-e53e0c56793c41fb4964db138f72359254b5e0a7.zip
gcc-e53e0c56793c41fb4964db138f72359254b5e0a7.tar.gz
gcc-e53e0c56793c41fb4964db138f72359254b5e0a7.tar.bz2
install.texi: Fix typos.
* doc/install.texi: Fix typos. * doc/invoke.texi: Likewise. From-SVN: r77037
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 1f53a99..1388507 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 440c3d7..e760e6c 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.