* doc/install.texi: Fix typos.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Jan 2004 17:04:51 +0000 (17:04 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Jan 2004 17:04:51 +0000 (17:04 +0000)
* doc/invoke.texi: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77037 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi
gcc/doc/invoke.texi

index 5da71cd..8eeb69c 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/install.texi: Fix typos.
+       * doc/invoke.texi: Likewise.
+
 2004-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.c (s390_decompose_address): Do not treat virtual
index 1f53a99..1388507 100644 (file)
@@ -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
index 440c3d7..e760e6c 100644 (file)
@@ -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.