diff options
author | xmj <xmj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-06 01:28:38 +0000 |
---|---|---|
committer | xmj <xmj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-06 01:28:38 +0000 |
commit | 2f05705b18306164725d92d715329d0072badc18 (patch) | |
tree | 58b781076c3fb5733e954fc9aedc524eecd21584 /gcc | |
parent | 3be37ec731f6c847f46727340512fbbd479e2912 (diff) | |
download | gcc-2f05705b18306164725d92d715329d0072badc18.tar.gz |
Fix typo in tm.texi.in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167484 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 8 | ||||
-rw-r--r-- | gcc/doc/tm.texi.in | 8 |
3 files changed, 13 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 65ec5bce60f..c3f25a508d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-06 Mingjie Xing <mingjie.xing@gmail.com> + + * doc/tm.texi.in: Fix typo. + * doc/tm.texi: Regenerate. + 2010-12-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 5b143d79ae6..10184154df1 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1115,7 +1115,7 @@ If this macro is not defined, then @var{basic-align} is used. One use of this macro is to increase alignment of medium-size data to make it all fit in fewer cache lines. -It the value of this macro has a type, it should be an unsigned type. +If the value of this macro has a type, it should be an unsigned type. @end defmac @defmac STACK_SLOT_ALIGNMENT (@var{type}, @var{mode}, @var{basic-align}) @@ -1132,7 +1132,7 @@ be used. This macro is to set alignment of stack slot to the maximum alignment of all possible modes which the slot may have. -It the value of this macro has a type, it should be an unsigned type. +If the value of this macro has a type, it should be an unsigned type. @end defmac @defmac LOCAL_DECL_ALIGNMENT (@var{decl}) @@ -1146,7 +1146,7 @@ is used. One use of this macro is to increase alignment of medium-size data to make it all fit in fewer cache lines. -It the value of this macro has a type, it should be an unsigned type. +If the value of this macro has a type, it should be an unsigned type. @end defmac @defmac MINIMUM_ALIGNMENT (@var{exp}, @var{mode}, @var{align}) @@ -3859,7 +3859,7 @@ alignment. Then the definition should be #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1) @end smallexample -It the value of this macro has a type, it should be an unsigned type. +If the value of this macro has a type, it should be an unsigned type. @end defmac @findex current_function_outgoing_args_size diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index b6370c4e29f..04ce9a46819 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -1105,7 +1105,7 @@ If this macro is not defined, then @var{basic-align} is used. One use of this macro is to increase alignment of medium-size data to make it all fit in fewer cache lines. -It the value of this macro has a type, it should be an unsigned type. +If the value of this macro has a type, it should be an unsigned type. @end defmac @defmac STACK_SLOT_ALIGNMENT (@var{type}, @var{mode}, @var{basic-align}) @@ -1122,7 +1122,7 @@ be used. This macro is to set alignment of stack slot to the maximum alignment of all possible modes which the slot may have. -It the value of this macro has a type, it should be an unsigned type. +If the value of this macro has a type, it should be an unsigned type. @end defmac @defmac LOCAL_DECL_ALIGNMENT (@var{decl}) @@ -1136,7 +1136,7 @@ is used. One use of this macro is to increase alignment of medium-size data to make it all fit in fewer cache lines. -It the value of this macro has a type, it should be an unsigned type. +If the value of this macro has a type, it should be an unsigned type. @end defmac @defmac MINIMUM_ALIGNMENT (@var{exp}, @var{mode}, @var{align}) @@ -3849,7 +3849,7 @@ alignment. Then the definition should be #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1) @end smallexample -It the value of this macro has a type, it should be an unsigned type. +If the value of this macro has a type, it should be an unsigned type. @end defmac @findex current_function_outgoing_args_size |