[patch] doc/*.texi: Fix typos.

Kazu Hirata kazu@cs.umass.edu
Sat Jan 31 17:09:00 GMT 2004


Hi,

Committed as obvious to both 3.4 branch and mainline.

Kazu Hirata

2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/install.texi: Fix typos.
	* doc/invoke.texi: Likewise.

Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.252
diff -u -r1.252 install.texi
--- install.texi	31 Jan 2004 04:18:15 -0000	1.252
+++ install.texi	31 Jan 2004 16:58:37 -0000
@@ -944,7 +944,7 @@
 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: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.397
diff -u -r1.397 invoke.texi
--- invoke.texi	28 Jan 2004 00:14:00 -0000	1.397
+++ invoke.texi	31 Jan 2004 16:58:45 -0000
@@ -4736,7 +4736,7 @@
 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.
 



More information about the Gcc-patches mailing list