diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-12-16 06:09:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-12-16 06:09:31 +0000 |
commit | 6416ae7f28ac516401f1f64715effce670b76d6f (patch) | |
tree | bf3e819caad98dac5bc95062e67178180a96af0e /gcc/doc | |
parent | bcf51da29c8c946e51084946a2307a36a1198529 (diff) | |
download | gcc-6416ae7f28ac516401f1f64715effce670b76d6f.zip gcc-6416ae7f28ac516401f1f64715effce670b76d6f.tar.gz gcc-6416ae7f28ac516401f1f64715effce670b76d6f.tar.bz2 |
basic-block.h, [...]: Fix comment typos.
* basic-block.h, config/i386/winnt.c, config/pa/pa.c,
config/s390/s390.c, dfp.c, expr.c, fold-const.c, params.def,
reload.c, struct-equiv.c, tree-ssa-ccp.c, tree-ssa-pre.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c: Fix comment typos.
* doc/invoke.texi, doc/tm.texi: Fix typos.
From-SVN: r108626
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index ee57947..3dbefc0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5853,7 +5853,7 @@ A, the growth of unit is 300\% and yet such inlining is very sane. For very large units consisting of small inlininable functions however the overall unit growth limit is needed to avoid exponential explosion of code size. Thus for smaller units, the size is increased to @option{--param large-unit-insns} -before aplying @option{--param inline-unit-growth}. The default is 10000 +before applying @option{--param inline-unit-growth}. The default is 10000 @item inline-unit-growth Specifies maximal overall growth of the compilation unit caused by inlining. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index b0dd8e1..ea57dbe 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -3032,7 +3032,7 @@ The final value should conincide with that calculated by Normally the CFA is calculated as an offset from the argument pointer, via @code{ARG_POINTER_CFA_OFFSET}, but if the argument pointer is variable due to the ABI, this may not be possible. If this macro is -defined, it imples that the virtual register instantiation should be +defined, it implies that the virtual register instantiation should be based on the frame pointer instead of the argument pointer. Only one of @code{FRAME_POINTER_CFA_OFFSET} and @code{ARG_POINTER_CFA_OFFSET} should be defined. |