]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in tm.texi.in.
authorMingjie Xing <mingjie.xing@gmail.com>
Mon, 6 Dec 2010 01:28:38 +0000 (01:28 +0000)
committerMingjie Xing <xmj@gcc.gnu.org>
Mon, 6 Dec 2010 01:28:38 +0000 (01:28 +0000)
From-SVN: r167484

gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in

index 65ec5bce60fc6927c4ec5524a39200cbe92ca4f0..c3f25a508d901c72d2db58563845afbfc528699c 100644 (file)
@@ -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
index 5b143d79ae6fdaf2bf87f9d8bb4ad94367995485..10184154df1f362126a4a015cd0e9c044b144c2f 100644 (file)
@@ -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
index b6370c4e29f3cf01de6fecb53229697b2c19b16e..04ce9a468194c2eb863397df777dec18339063ae 100644 (file)
@@ -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