diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-05 18:51:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-05 18:51:41 +0000 |
commit | a2b172fb9c199753770b05e27af9d242706f8c26 (patch) | |
tree | aa2f12f351b75f737adf22840d4603b78531184e /gcc | |
parent | 5b577977ea4e3b4bef007e2a34a7f46aeb2838f2 (diff) | |
download | gcc-a2b172fb9c199753770b05e27af9d242706f8c26.zip gcc-a2b172fb9c199753770b05e27af9d242706f8c26.tar.gz gcc-a2b172fb9c199753770b05e27af9d242706f8c26.tar.bz2 |
* doc/invoke.texi: Fix typos.
From-SVN: r72113
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66d15f8..f254068 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2003-10-05 Kazu Hirata <kazu@cs.umass.edu> + * doc/invoke.texi: Fix typos. + +2003-10-05 Kazu Hirata <kazu@cs.umass.edu> + * fold-const.c: Follow spelling conventions. * function.c: Likewise. * config/c4x/c4x.h: Likewise. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0bd16fb..411abd5 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1797,14 +1797,14 @@ used. Assume that all Objective-C message dispatches (e.g., @code{[receiver message:arg]}) in this translation unit ensure that the receiver is not @code{nil}. This allows for more efficient entry points in the runtime to be -used. Currently, this option is only available in conjunciton with +used. Currently, this option is only available in conjunction with the NeXT runtime on Mac OS X 10.3 and later. @item -fobjc-exceptions @opindex -fobjc-exceptions Enable syntactic support for structured exception handling in Objective-C, similar to what is offered by C++ and Java. Currently, this option is only -available in conjunciton with the NeXT runtime on Mac OS X 10.3 and later. +available in conjunction with the NeXT runtime on Mac OS X 10.3 and later. @smallexample @@try @{ @@ -4757,7 +4757,7 @@ The default value is 10. @item large-function-insns The limit specifying really large functions. For functions greater than this limit inlining is constrained by @option{--param large-function-growth}. -This parameter is usefull primarily to avoid extreme compilation time caused by non-linear +This parameter is useful primarily to avoid extreme compilation time caused by non-linear algorithms used by the backend. This parameter is ignored when @option{-funit-at-a-time} is not used. The default value is 30000. |