[doc, PATCH] Fix typo in tm.texi.in

Richard Guenther richard.guenther@gmail.com
Sun Dec 5 11:27:00 GMT 2010


On Sun, Dec 5, 2010 at 9:39 AM, Mingjie Xing <mingjie.xing@gmail.com> wrote:
> Hi,
>
> A simple typo fix. Is it OK?

Ok.

Thanks,
Richard.

> Thanks,
> Mingjie
>
> 2010-12-05  Mingjie Xing  <mingjie.xing@gmail.com>
>        * doc/tm.texi.in: Fix typo.
>        * doc/tm.texi: Regenerate.
>
> Index: doc/tm.texi
> ===================================================================
> --- doc/tm.texi (revision 167469)
> +++ doc/tm.texi (working copy)
> @@ -1115,7 +1115,7 @@ If this macro is not defined, then @var{
>  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 b
>  #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: doc/tm.texi.in
> ===================================================================
> --- doc/tm.texi.in      (revision 167469)
> +++ doc/tm.texi.in      (working copy)
> @@ -1105,7 +1105,7 @@ If this macro is not defined, then @var{
>  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 b
>  #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
>



More information about the Gcc-patches mailing list