diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2005-04-15 10:24:13 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-04-15 10:24:13 +0000 |
commit | 0bdcd33274e716b59392b85dba44f9f05f572277 (patch) | |
tree | 668f4182098e142743c26327fa3b18d2cb77bd6a /gcc/doc/tm.texi | |
parent | 1c432a0c34a7f3ac56afca802e1dce1058be2db5 (diff) | |
download | gcc-0bdcd33274e716b59392b85dba44f9f05f572277.zip gcc-0bdcd33274e716b59392b85dba44f9f05f572277.tar.gz gcc-0bdcd33274e716b59392b85dba44f9f05f572277.tar.bz2 |
invoke.texi: Fix typos.
* doc/invoke.texi: Fix typos.
* doc/md.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r98179
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 9b78560..42c5b0f 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5566,7 +5566,7 @@ used to set a chunk of memory to a constant value, or whether some other mechanism will be used. Used by @code{__builtin_memset} when storing values other than constant zero and by @code{__builtin_strcpy} when when called with a constant source string. -Defaults to to 1 if @code{move_by_pieces_ninsns} returns less +Defaults to 1 if @code{move_by_pieces_ninsns} returns less than @code{MOVE_RATIO}. @end defmac @@ -9261,7 +9261,7 @@ arguments of @samp{#pragma pack}. @defmac TARGET_DEFAULT_PACK_STRUCT If your target requires a structure packing default other than 0 (meaning -the machine default), define this macro the the necessary value (in bytes). +the machine default), define this macro to the necessary value (in bytes). This must be a value that would also valid to be used with @samp{#pragma pack()} (that is, a small power of two). @end defmac |